Html Css Color HEX #2EC043 Lime Green

📋 copy color: '#2EC043'

red 46 ◦ green 192 ◦ blue 67

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

Shades of Lime Green #2EC043

Tints of Lime Green #2EC043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.97%

R = 15.08%
G = 62.95%
B = 21.97%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#2EC043 (or 0x2EC043) is known color: Lime Green. HEX triplet: 2E, C0 and 43. RGB value is (46,192,67). Sum of RGB (Red+Green+Blue) = 46+192+67=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC043 is #D13FBC. Grayscale: #868686. Windows color (decimal): -13713341 or 4440110. OLE color: 4440110.

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

Color convert

RGB 46 192 67 -
CMYK 0.76 0 0.65 0.25
HSL 128.63º 0.61% 0.47% -
HSV(B) 128.63º 0.76% 0.75% -
XYZ 20.99 38.69 11.67 -
YUV 134.1 90.13 65.16 -
System Red Green Blue C M Y K H S L
Decimal 46 192 67 0.76 0 0.65 0.25 128.63 0.61 0.47
Hex 2E C0 43 4C 0 41 19 81 3D 2F
Octal 56 300 103 114 0 101 31 201 75 57
Binary 101110 11000000 1000011 1001100 0 1000001 11001 10000001 111101 101111

Color Harmonies of #2EC043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC043

Black with #2EC043

Text Example


Text Example

White with #2EC043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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