#2EC71E

Color #2EC71E Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2EC71E

Tints of Lime Green #2EC71E

Color information

#2EC71E (or 0x2EC71E) is unknown color: approx Lime Green. HEX triplet: 2E, C7 and 1E. RGB value is (46,199,30). Sum of RGB (Red+Green+Blue) = 46+199+30=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 199 (78.12% from 255 or 72.36% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC71E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC71E is #D138E1. Grayscale: #868686. Windows color (decimal): -13711586 or 2017070. OLE color: 2017070.

HSL color Cylindrical-coordinate representation of color #2EC71E: hue angle of 114.32º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EC71E is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB4619930-
CMYK0.7700.850.22
HSL114.32º73.8%44.9%-
HSV(B)114.32º84.92%78.04%-
XYZ21.7841.528.09-
YUV133.9969.3165.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.73%
GREEN value IS 199 (78.12% from 255) = 72.36%
BLUE value IS 30 (12.11% from 255) = 10.91%
R=16.73%
G=72.36%
B=10.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal46199300.7700.850.22114.3273.844.9
Hex2EC71E4D05516724a2d
Octal563073611501252616211255
Binary10111011000111111101001101010101011011011100101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,199,30); }

 H1.HeaderClassName
 {
   color: #2EC71E;
 }
 .AnyTagClassName
 {
   color: #2EC71E;
 }
</style>
background-color css

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

 a { background-color: rgb(46,199,30); }

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

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

 span { border-color: rgb(46,199,30); }

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