Html Css Color HEX #2EAC2C Lime Green

📋 copy color: '#2EAC2C'

red 46 ◦ green 172 ◦ blue 44

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

Shades of Lime Green #2EAC2C

Tints of Lime Green #2EAC2C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 65.65%

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

R = 17.56%
G = 65.65%
B = 16.79%

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

#2EAC2C (or 0x2EAC2C) is known color: Lime Green. HEX triplet: 2E, AC and 2C. RGB value is (46,172,44). Sum of RGB (Red+Green+Blue) = 46+172+44=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 172 (67.58% from 255 or 65.65% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAC2C is #D153D3. Grayscale: #787878. Windows color (decimal): -13718484 or 2927662. OLE color: 2927662.

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

Color convert

RGB 46 172 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.33 30.27 7.36 -
YUV 119.73 85.26 75.41 -
System Red Green Blue C M Y K H S L
Decimal 46 172 44 0.73 0 0.74 0.33 119.06 0.59 0.42
Hex 2E AC 2C 49 0 4A 21 77 3B 2A
Octal 56 254 54 111 0 112 41 167 73 52
Binary 101110 10101100 101100 1001001 0 1001010 100001 1110111 111011 101010

Color Harmonies of #2EAC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAC2C

Black with #2EAC2C

Text Example


Text Example

White with #2EAC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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