Html Css Color HEX #2AE42C Lime Green

📋 copy color: '#2AE42C'

red 42 ◦ green 228 ◦ blue 44

#2AE42C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2AE42C

Tints of Lime Green #2AE42C

RGB

 RED value IS 42 (16.8% from 255) = 13.38%

 GREEN value IS 228 (89.45% from 255) = 72.61%

 BLUE value IS 44 (17.58% from 255) = 14.01%

R = 13.38%
G = 72.61%
B = 14.01%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#2AE42C (or 0x2AE42C) is known color: Lime Green. HEX triplet: 2A, E4 and 2C. RGB value is (42,228,44). Sum of RGB (Red+Green+Blue) = 42+228+44=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 228 (89.45% from 255 or 72.61% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE42C is #D51BD3. Grayscale: #979797. Windows color (decimal): -13966292 or 2941994. OLE color: 2941994.

HSL color Cylindrical-coordinate representation of color #2AE42C: hue angle of 120.65º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE42C is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 42 228 44 -
CMYK 0.82 0 0.81 0.11
HSL 120.65º 0.78% 0.53% -
HSV(B) 120.65º 0.82% 0.89% -
XYZ 29.15 56.16 11.69 -
YUV 151.41 67.38 49.96 -
System Red Green Blue C M Y K H S L
Decimal 42 228 44 0.82 0 0.81 0.11 120.65 0.78 0.53
Hex 2A E4 2C 52 0 51 B 79 4E 35
Octal 52 344 54 122 0 121 13 171 116 65
Binary 101010 11100100 101100 1010010 0 1010001 1011 1111001 1001110 110101

Color Harmonies of #2AE42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE42C

Black with #2AE42C

Text Example


Text Example

White with #2AE42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,228,44); }

 H1.HeaderClassName
 {
   color: #2AE42C;
 }
 .AnyTagClassName
 {
   color: #2AE42C;
 }
</style>

background-color css

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

 a { background-color: rgb(42,228,44); }

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

border-color css

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

 span { border-color: rgb(42,228,44); }

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