#2AEB3C

Color #2AEB3C Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2AEB3C

Tints of Lime Green #2AEB3C

Color information

#2AEB3C (or 0x2AEB3C) is unknown color: approx Lime Green. HEX triplet: 2A, EB and 3C. RGB value is (42,235,60). Sum of RGB (Red+Green+Blue) = 42+235+60=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 235 (92.19% from 255 or 69.73% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEB3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEB3C is #D514C3. Grayscale: #9D9D9D. Windows color (decimal): -13964484 or 3992362. OLE color: 3992362.

HSL color Cylindrical-coordinate representation of color #2AEB3C: hue angle of 125.6º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEB3C is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB4223560-
CMYK0.8200.740.08
HSL125.6º82.83%54.31%-
HSV(B)125.6º82.13%92.16%-
XYZ31.4860.2414.24-
YUV157.3473.0645.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 12.46%
GREEN value IS 235 (92.19% from 255) = 69.73%
BLUE value IS 60 (23.83% from 255) = 17.80%
R=12.46%
G=69.73%
B=17.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal42235600.8200.740.08125.682.8354.31
Hex2AEB3C5204A87e5336
Octal523537412201121017612366
Binary10101011101011111100101001001001010100011111101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AEB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AEB3C; }

 p { color: rgb(42,235,60); }

 H1.HeaderClassName
 {
   color: #2AEB3C;
 }
 .AnyTagClassName
 {
   color: #2AEB3C;
 }
</style>
background-color css

<style>
 a { background-color: #2AEB3C; }

 a { background-color: rgb(42,235,60); }

 div.DivClassName
 {
   background-color: #2AEB3C;
 }
 .BgClassName
 {
   background-color: #2AEB3C;
 }
</style>
border-color css

<style>
 span { border-color: #2AEB3C; }

 span { border-color: rgb(42,235,60); }

 td.TdClassName
 {
   border-color: #2AEB3C;
 }
 .TagClassName
 {
   border-color: #2AEB3C;
 }
</style>