Html Css Color HEX #2EC039 Lime Green

📋 copy color: '#2EC039'

red 46 ◦ green 192 ◦ blue 57

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

Shades of Lime Green #2EC039

Tints of Lime Green #2EC039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.32%

R = 15.59%
G = 65.08%
B = 19.32%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#2EC039 (or 0x2EC039) is known color: Lime Green. HEX triplet: 2E, C0 and 39. RGB value is (46,192,57). Sum of RGB (Red+Green+Blue) = 46+192+57=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC039 is #D13FC6. Grayscale: #858585. Windows color (decimal): -13713351 or 3784750. OLE color: 3784750.

HSL color Cylindrical-coordinate representation of color #2EC039: hue angle of 124.52º 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 #2EC039 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 192 57 -
CMYK 0.76 0 0.70 0.25
HSL 124.52º 0.61% 0.47% -
HSV(B) 124.52º 0.76% 0.75% -
XYZ 20.71 38.58 10.22 -
YUV 132.96 85.13 65.98 -
System Red Green Blue C M Y K H S L
Decimal 46 192 57 0.76 0 0.70 0.25 124.52 0.61 0.47
Hex 2E C0 39 4C 0 46 19 7D 3D 2F
Octal 56 300 71 114 0 106 31 175 75 57
Binary 101110 11000000 111001 1001100 0 1000110 11001 1111101 111101 101111

Color Harmonies of #2EC039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC039

Black with #2EC039

Text Example


Text Example

White with #2EC039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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