Html Css Color HEX #2AE736 Lime Green

📋 copy color: '#2AE736'

red 42 ◦ green 231 ◦ blue 54

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

Shades of Lime Green #2AE736

Tints of Lime Green #2AE736

RGB

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

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

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

R = 12.84%
G = 70.64%
B = 16.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#2AE736 (or 0x2AE736) is known color: Lime Green. HEX triplet: 2A, E7 and 36. RGB value is (42,231,54). Sum of RGB (Red+Green+Blue) = 42+231+54=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 231 (90.62% from 255 or 70.64% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE736 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE736 is #D518C9. Grayscale: #9A9A9A. Windows color (decimal): -13965514 or 3598122. OLE color: 3598122.

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

Color convert

RGB 42 231 54 -
CMYK 0.82 0 0.77 0.09
HSL 123.81º 0.8% 0.54% -
HSV(B) 123.81º 0.82% 0.91% -
XYZ 30.2 57.91 13.08 -
YUV 154.31 71.38 47.89 -
System Red Green Blue C M Y K H S L
Decimal 42 231 54 0.82 0 0.77 0.09 123.81 0.8 0.54
Hex 2A E7 36 52 0 4D 9 7C 50 36
Octal 52 347 66 122 0 115 11 174 120 66
Binary 101010 11100111 110110 1010010 0 1001101 1001 1111100 1010000 110110

Color Harmonies of #2AE736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE736

Black with #2AE736

Text Example


Text Example

White with #2AE736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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