Html Css Color HEX #2AAE3C Lime Green

📋 copy color: '#2AAE3C'

red 42 ◦ green 174 ◦ blue 60

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

Shades of Lime Green #2AAE3C

Tints of Lime Green #2AAE3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 15.22%
G = 63.04%
B = 21.74%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#2AAE3C (or 0x2AAE3C) is known color: Lime Green. HEX triplet: 2A, AE and 3C. RGB value is (42,174,60). Sum of RGB (Red+Green+Blue) = 42+174+60=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 174 (68.36% from 255 or 63.04% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAE3C is #D551C3. Grayscale: #797979. Windows color (decimal): -13980100 or 3976746. OLE color: 3976746.

HSL color Cylindrical-coordinate representation of color #2AAE3C: hue angle of 128.18º 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 #2AAE3C is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 174 60 -
CMYK 0.76 0 0.66 0.32
HSL 128.18º 0.61% 0.42% -
HSV(B) 128.18º 0.76% 0.68% -
XYZ 16.91 31.09 9.38 -
YUV 121.54 93.27 71.27 -
System Red Green Blue C M Y K H S L
Decimal 42 174 60 0.76 0 0.66 0.32 128.18 0.61 0.42
Hex 2A AE 3C 4C 0 42 20 80 3D 2A
Octal 52 256 74 114 0 102 40 200 75 52
Binary 101010 10101110 111100 1001100 0 1000010 100000 10000000 111101 101010

Color Harmonies of #2AAE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAE3C

Black with #2AAE3C

Text Example


Text Example

White with #2AAE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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