#2EC921

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

Shades of Lime Green #2EC921

Tints of Lime Green #2EC921

Color information

#2EC921 (or 0x2EC921) is unknown color: approx Lime Green. HEX triplet: 2E, C9 and 21. RGB value is (46,201,33). Sum of RGB (Red+Green+Blue) = 46+201+33=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 201 (78.91% from 255 or 71.79% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC921 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC921 is #D136DE. Grayscale: #888888. Windows color (decimal): -13711071 or 2214190. OLE color: 2214190.

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

Color convert

RGB4620133-
CMYK0.7700.840.21
HSL115.36º71.79%45.88%-
HSV(B)115.36º83.58%78.82%-
XYZ22.2942.468.46-
YUV135.570.1564.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.43%
GREEN value IS 201 (78.91% from 255) = 71.79%
BLUE value IS 33 (13.28% from 255) = 11.79%
R=16.43%
G=71.79%
B=11.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46201330.7700.840.21115.3671.7945.88
Hex2EC9214D0541573482e
Octal563114111501242516311056
Binary101110110010011000011001101010101001010111100111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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