Html Css Color HEX #2EAA30 Lime Green

📋 copy color: '#2EAA30'

red 46 ◦ green 170 ◦ blue 48

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

Shades of Lime Green #2EAA30

Tints of Lime Green #2EAA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 17.42%
G = 64.39%
B = 18.18%

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

#2EAA30 (or 0x2EAA30) is known color: Lime Green. HEX triplet: 2E, AA and 30. RGB value is (46,170,48). Sum of RGB (Red+Green+Blue) = 46+170+48=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA30 is #D155CF. Grayscale: #777777. Windows color (decimal): -13718992 or 3189294. OLE color: 3189294.

HSL color Cylindrical-coordinate representation of color #2EAA30: hue angle of 120.97º 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 #2EAA30 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 170 48 -
CMYK 0.73 0 0.72 0.33
HSL 120.97º 0.57% 0.42% -
HSV(B) 120.97º 0.73% 0.67% -
XYZ 16.03 29.54 7.65 -
YUV 119.02 87.92 75.92 -
System Red Green Blue C M Y K H S L
Decimal 46 170 48 0.73 0 0.72 0.33 120.97 0.57 0.42
Hex 2E AA 30 49 0 48 21 79 39 2A
Octal 56 252 60 111 0 110 41 171 71 52
Binary 101110 10101010 110000 1001001 0 1001000 100001 1111001 111001 101010

Color Harmonies of #2EAA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAA30

Black with #2EAA30

Text Example


Text Example

White with #2EAA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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