Html Css Color HEX #2EAA2F Lime Green

📋 copy color: '#2EAA2F'

red 46 ◦ green 170 ◦ blue 47

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

Shades of Lime Green #2EAA2F

Tints of Lime Green #2EAA2F

RGB

 RED value IS 46 (18.36% from 255) = 17.49%

 GREEN value IS 170 (66.8% from 255) = 64.64%

 BLUE value IS 47 (18.75% from 255) = 17.87%

R = 17.49%
G = 64.64%
B = 17.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#2EAA2F (or 0x2EAA2F) is known color: Lime Green. HEX triplet: 2E, AA and 2F. RGB value is (46,170,47). Sum of RGB (Red+Green+Blue) = 46+170+47=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA2F is #D155D0. Grayscale: #777777. Windows color (decimal): -13718993 or 3123758. OLE color: 3123758.

HSL color Cylindrical-coordinate representation of color #2EAA2F: hue angle of 120.48º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA2F is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 170 47 -
CMYK 0.73 0 0.72 0.33
HSL 120.48º 0.57% 0.42% -
HSV(B) 120.48º 0.73% 0.67% -
XYZ 16.01 29.54 7.55 -
YUV 118.9 87.42 76 -
System Red Green Blue C M Y K H S L
Decimal 46 170 47 0.73 0 0.72 0.33 120.48 0.57 0.42
Hex 2E AA 2F 49 0 48 21 78 39 2A
Octal 56 252 57 111 0 110 41 170 71 52
Binary 101110 10101010 101111 1001001 0 1001000 100001 1111000 111001 101010

Color Harmonies of #2EAA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAA2F

Black with #2EAA2F

Text Example


Text Example

White with #2EAA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,170,47); }

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

background-color css

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

 a { background-color: rgb(46,170,47); }

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

border-color css

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

 span { border-color: rgb(46,170,47); }

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