Html Css Color HEX #2AE420 Lime Green

📋 copy color: '#2AE420'

red 42 ◦ green 228 ◦ blue 32

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

Shades of Lime Green #2AE420

Tints of Lime Green #2AE420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.6%

R = 13.91%
G = 75.5%
B = 10.6%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#2AE420 (or 0x2AE420) is known color: Lime Green. HEX triplet: 2A, E4 and 20. RGB value is (42,228,32). Sum of RGB (Red+Green+Blue) = 42+228+32=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 228 (89.45% from 255 or 75.50% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE420 is #D51BDF. Grayscale: #969696. Windows color (decimal): -13966304 or 2155562. OLE color: 2155562.

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

Color convert

RGB 42 228 32 -
CMYK 0.82 0 0.86 0.11
HSL 116.94º 0.78% 0.51% -
HSV(B) 116.94º 0.86% 0.89% -
XYZ 28.96 56.08 10.67 -
YUV 150.04 61.38 50.94 -
System Red Green Blue C M Y K H S L
Decimal 42 228 32 0.82 0 0.86 0.11 116.94 0.78 0.51
Hex 2A E4 20 52 0 56 B 75 4E 33
Octal 52 344 40 122 0 126 13 165 116 63
Binary 101010 11100100 100000 1010010 0 1010110 1011 1110101 1001110 110011

Color Harmonies of #2AE420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE420

Black with #2AE420

Text Example


Text Example

White with #2AE420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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