Html Css Color HEX #2EC041 Lime Green

📋 copy color: '#2EC041'

red 46 ◦ green 192 ◦ blue 65

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

Shades of Lime Green #2EC041

Tints of Lime Green #2EC041

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.37%

 BLUE value IS 65 (25.78% from 255) = 21.45%

R = 15.18%
G = 63.37%
B = 21.45%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#2EC041 (or 0x2EC041) is known color: Lime Green. HEX triplet: 2E, C0 and 41. RGB value is (46,192,65). Sum of RGB (Red+Green+Blue) = 46+192+65=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC041 is #D13FBE. Grayscale: #868686. Windows color (decimal): -13713343 or 4309038. OLE color: 4309038.

HSL color Cylindrical-coordinate representation of color #2EC041: hue angle of 127.81º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC041 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 192 65 -
CMYK 0.76 0 0.66 0.25
HSL 127.81º 0.61% 0.47% -
HSV(B) 127.81º 0.76% 0.75% -
XYZ 20.93 38.66 11.36 -
YUV 133.87 89.13 65.33 -
System Red Green Blue C M Y K H S L
Decimal 46 192 65 0.76 0 0.66 0.25 127.81 0.61 0.47
Hex 2E C0 41 4C 0 42 19 80 3D 2F
Octal 56 300 101 114 0 102 31 200 75 57
Binary 101110 11000000 1000001 1001100 0 1000010 11001 10000000 111101 101111

Color Harmonies of #2EC041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC041

Black with #2EC041

Text Example


Text Example

White with #2EC041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,192,65); }

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

background-color css

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

 a { background-color: rgb(46,192,65); }

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

border-color css

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

 span { border-color: rgb(46,192,65); }

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