Html Css Color HEX #2AE036 Lime Green

📋 copy color: '#2AE036'

red 42 ◦ green 224 ◦ blue 54

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

Shades of Lime Green #2AE036

Tints of Lime Green #2AE036

RGB

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

 GREEN value IS 224 (87.89% from 255) = 70%

 BLUE value IS 54 (21.48% from 255) = 16.88%

R = 13.13%
G = 70%
B = 16.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#2AE036 (or 0x2AE036) is known color: Lime Green. HEX triplet: 2A, E0 and 36. RGB value is (42,224,54). Sum of RGB (Red+Green+Blue) = 42+224+54=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 224 (87.89% from 255 or 70% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE036 is #D51FC9. Grayscale: #969696. Windows color (decimal): -13967306 or 3596330. OLE color: 3596330.

HSL color Cylindrical-coordinate representation of color #2AE036: hue angle of 123.96º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE036 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 42 224 54 -
CMYK 0.81 0 0.76 0.12
HSL 123.96º 0.75% 0.52% -
HSV(B) 123.96º 0.81% 0.88% -
XYZ 28.28 54.07 12.44 -
YUV 150.2 73.7 50.82 -
System Red Green Blue C M Y K H S L
Decimal 42 224 54 0.81 0 0.76 0.12 123.96 0.75 0.52
Hex 2A E0 36 51 0 4C C 7C 4B 34
Octal 52 340 66 121 0 114 14 174 113 64
Binary 101010 11100000 110110 1010001 0 1001100 1100 1111100 1001011 110100

Color Harmonies of #2AE036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE036

Black with #2AE036

Text Example


Text Example

White with #2AE036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,224,54); }

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

background-color css

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

 a { background-color: rgb(42,224,54); }

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

border-color css

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

 span { border-color: rgb(42,224,54); }

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