Html Css Color HEX #2AE724 Lime Green

📋 copy color: '#2AE724'

red 42 ◦ green 231 ◦ blue 36

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

Shades of Lime Green #2AE724

Tints of Lime Green #2AE724

RGB

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

 GREEN value IS 231 (90.63% from 255) = 74.76%

 BLUE value IS 36 (14.45% from 255) = 11.65%

R = 13.59%
G = 74.76%
B = 11.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#2AE724 (or 0x2AE724) is known color: Lime Green. HEX triplet: 2A, E7 and 24. RGB value is (42,231,36). Sum of RGB (Red+Green+Blue) = 42+231+36=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 231 (90.62% from 255 or 74.76% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE724 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE724 is #D518DB. Grayscale: #989898. Windows color (decimal): -13965532 or 2418474. OLE color: 2418474.

HSL color Cylindrical-coordinate representation of color #2AE724: hue angle of 118.15º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AE724 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 42 231 36 -
CMYK 0.82 0 0.84 0.09
HSL 118.15º 0.8% 0.52% -
HSV(B) 118.15º 0.84% 0.91% -
XYZ 29.85 57.77 11.25 -
YUV 152.26 62.38 49.36 -
System Red Green Blue C M Y K H S L
Decimal 42 231 36 0.82 0 0.84 0.09 118.15 0.8 0.52
Hex 2A E7 24 52 0 54 9 76 50 34
Octal 52 347 44 122 0 124 11 166 120 64
Binary 101010 11100111 100100 1010010 0 1010100 1001 1110110 1010000 110100

Color Harmonies of #2AE724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE724

Black with #2AE724

Text Example


Text Example

White with #2AE724

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,231,36); }

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

background-color css

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

 a { background-color: rgb(42,231,36); }

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

border-color css

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

 span { border-color: rgb(42,231,36); }

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