Html Css Color HEX #2AAE3B Lime Green

📋 copy color: '#2AAE3B'

red 42 ◦ green 174 ◦ blue 59

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

Shades of Lime Green #2AAE3B

Tints of Lime Green #2AAE3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.45%

R = 15.27%
G = 63.27%
B = 21.45%

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

#2AAE3B (or 0x2AAE3B) is known color: Lime Green. HEX triplet: 2A, AE and 3B. RGB value is (42,174,59). Sum of RGB (Red+Green+Blue) = 42+174+59=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 174 (68.36% from 255 or 63.27% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAE3B is #D551C4. Grayscale: #797979. Windows color (decimal): -13980101 or 3911210. OLE color: 3911210.

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

Color convert

RGB 42 174 59 -
CMYK 0.76 0 0.66 0.32
HSL 127.73º 0.61% 0.42% -
HSV(B) 127.73º 0.76% 0.68% -
XYZ 16.88 31.08 9.25 -
YUV 121.42 92.77 71.35 -
System Red Green Blue C M Y K H S L
Decimal 42 174 59 0.76 0 0.66 0.32 127.73 0.61 0.42
Hex 2A AE 3B 4C 0 42 20 80 3D 2A
Octal 52 256 73 114 0 102 40 200 75 52
Binary 101010 10101110 111011 1001100 0 1000010 100000 10000000 111101 101010

Color Harmonies of #2AAE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAE3B

Black with #2AAE3B

Text Example


Text Example

White with #2AAE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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