Html Css Color HEX #2EAA34 Lime Green

📋 copy color: '#2EAA34'

red 46 ◦ green 170 ◦ blue 52

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

Shades of Lime Green #2EAA34

Tints of Lime Green #2EAA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.4%

R = 17.16%
G = 63.43%
B = 19.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#2EAA34 (or 0x2EAA34) is known color: Lime Green. HEX triplet: 2E, AA and 34. RGB value is (46,170,52). Sum of RGB (Red+Green+Blue) = 46+170+52=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA34 is #D155CB. Grayscale: #777777. Windows color (decimal): -13718988 or 3451438. OLE color: 3451438.

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

Color convert

RGB 46 170 52 -
CMYK 0.73 0 0.69 0.33
HSL 122.9º 0.57% 0.42% -
HSV(B) 122.9º 0.73% 0.67% -
XYZ 16.12 29.58 8.11 -
YUV 119.47 89.92 75.59 -
System Red Green Blue C M Y K H S L
Decimal 46 170 52 0.73 0 0.69 0.33 122.9 0.57 0.42
Hex 2E AA 34 49 0 45 21 7B 39 2A
Octal 56 252 64 111 0 105 41 173 71 52
Binary 101110 10101010 110100 1001001 0 1000101 100001 1111011 111001 101010

Color Harmonies of #2EAA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAA34

Black with #2EAA34

Text Example


Text Example

White with #2EAA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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