Html Css Color HEX #2AAE39 Lime Green

📋 copy color: '#2AAE39'

red 42 ◦ green 174 ◦ blue 57

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

Shades of Lime Green #2AAE39

Tints of Lime Green #2AAE39

RGB

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

 GREEN value IS 174 (68.36% from 255) = 63.74%

 BLUE value IS 57 (22.66% from 255) = 20.88%

R = 15.38%
G = 63.74%
B = 20.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#2AAE39 (or 0x2AAE39) is known color: Lime Green. HEX triplet: 2A, AE and 39. RGB value is (42,174,57). Sum of RGB (Red+Green+Blue) = 42+174+57=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 174 (68.36% from 255 or 63.74% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAE39 is #D551C6. Grayscale: #797979. Windows color (decimal): -13980103 or 3780138. OLE color: 3780138.

HSL color Cylindrical-coordinate representation of color #2AAE39: hue angle of 126.82º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAE39 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 174 57 -
CMYK 0.76 0 0.67 0.32
HSL 126.82º 0.61% 0.42% -
HSV(B) 126.82º 0.76% 0.68% -
XYZ 16.83 31.06 8.98 -
YUV 121.19 91.77 71.51 -
System Red Green Blue C M Y K H S L
Decimal 42 174 57 0.76 0 0.67 0.32 126.82 0.61 0.42
Hex 2A AE 39 4C 0 43 20 7F 3D 2A
Octal 52 256 71 114 0 103 40 177 75 52
Binary 101010 10101110 111001 1001100 0 1000011 100000 1111111 111101 101010

Color Harmonies of #2AAE39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAE39

Black with #2AAE39

Text Example


Text Example

White with #2AAE39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,174,57); }

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

background-color css

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

 a { background-color: rgb(42,174,57); }

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

border-color css

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

 span { border-color: rgb(42,174,57); }

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