Html Css Color HEX #2EAB2C Lime Green

📋 copy color: '#2EAB2C'

red 46 ◦ green 171 ◦ blue 44

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

Shades of Lime Green #2EAB2C

Tints of Lime Green #2EAB2C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 65.52%

 BLUE value IS 44 (17.58% from 255) = 16.86%

R = 17.62%
G = 65.52%
B = 16.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#2EAB2C (or 0x2EAB2C) is known color: Lime Green. HEX triplet: 2E, AB and 2C. RGB value is (46,171,44). Sum of RGB (Red+Green+Blue) = 46+171+44=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 171 (67.19% from 255 or 65.52% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAB2C is #D154D3. Grayscale: #777777. Windows color (decimal): -13718740 or 2927406. OLE color: 2927406.

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

Color convert

RGB 46 171 44 -
CMYK 0.73 0 0.74 0.33
HSL 119.06º 0.59% 0.42% -
HSV(B) 119.06º 0.74% 0.67% -
XYZ 16.14 29.89 7.3 -
YUV 119.15 85.59 75.83 -
System Red Green Blue C M Y K H S L
Decimal 46 171 44 0.73 0 0.74 0.33 119.06 0.59 0.42
Hex 2E AB 2C 49 0 4A 21 77 3B 2A
Octal 56 253 54 111 0 112 41 167 73 52
Binary 101110 10101011 101100 1001001 0 1001010 100001 1110111 111011 101010

Color Harmonies of #2EAB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAB2C

Black with #2EAB2C

Text Example


Text Example

White with #2EAB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,171,44); }

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

background-color css

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

 a { background-color: rgb(46,171,44); }

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

border-color css

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

 span { border-color: rgb(46,171,44); }

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