#2EC91E

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

Shades of Lime Green #2EC91E

Tints of Lime Green #2EC91E

Color information

#2EC91E (or 0x2EC91E) is unknown color: approx Lime Green. HEX triplet: 2E, C9 and 1E. RGB value is (46,201,30). Sum of RGB (Red+Green+Blue) = 46+201+30=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 201 (78.91% from 255 or 72.56% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC91E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC91E is #D136E1. Grayscale: #878787. Windows color (decimal): -13711074 or 2017582. OLE color: 2017582.

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

Color convert

RGB4620130-
CMYK0.7700.850.21
HSL114.39º74.03%45.29%-
HSV(B)114.39º85.07%78.82%-
XYZ22.2542.458.25-
YUV135.1668.6564.4-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.61%
GREEN value IS 201 (78.91% from 255) = 72.56%
BLUE value IS 30 (12.11% from 255) = 10.83%
R=16.61%
G=72.56%
B=10.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46201300.7700.850.21114.3974.0345.29
Hex2EC91E4D05515724a2d
Octal563113611501252516211255
Binary10111011001001111101001101010101011010111100101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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