Html Css Color HEX #2EAC30 Lime Green

📋 copy color: '#2EAC30'

red 46 ◦ green 172 ◦ blue 48

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

Shades of Lime Green #2EAC30

Tints of Lime Green #2EAC30

RGB

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

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

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

R = 17.29%
G = 64.66%
B = 18.05%

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

#2EAC30 (or 0x2EAC30) is known color: Lime Green. HEX triplet: 2E, AC and 30. RGB value is (46,172,48). Sum of RGB (Red+Green+Blue) = 46+172+48=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 172 (67.58% from 255 or 64.66% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAC30 is #D153CF. Grayscale: #787878. Windows color (decimal): -13718480 or 3189806. OLE color: 3189806.

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

Color convert

RGB 46 172 48 -
CMYK 0.73 0 0.72 0.33
HSL 120.95º 0.58% 0.43% -
HSV(B) 120.95º 0.73% 0.67% -
XYZ 16.41 30.3 7.78 -
YUV 120.19 87.26 75.08 -
System Red Green Blue C M Y K H S L
Decimal 46 172 48 0.73 0 0.72 0.33 120.95 0.58 0.43
Hex 2E AC 30 49 0 48 21 79 3A 2B
Octal 56 254 60 111 0 110 41 171 72 53
Binary 101110 10101100 110000 1001001 0 1001000 100001 1111001 111010 101011

Color Harmonies of #2EAC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAC30

Black with #2EAC30

Text Example


Text Example

White with #2EAC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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