#2EB421

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

Shades of Lime Green #2EB421

Tints of Lime Green #2EB421

Color information

#2EB421 (or 0x2EB421) is unknown color: approx Lime Green. HEX triplet: 2E, B4 and 21. RGB value is (46,180,33). Sum of RGB (Red+Green+Blue) = 46+180+33=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 180 (70.70% from 255 or 69.50% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB421 is #D14BDE. Grayscale: #7B7B7B. Windows color (decimal): -13716447 or 2208814. OLE color: 2208814.

HSL color Cylindrical-coordinate representation of color #2EB421: hue angle of 114.69º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EB421 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB4618033-
CMYK0.7400.820.29
HSL114.69º69.01%41.76%-
HSV(B)114.69º81.67%70.59%-
XYZ17.7233.336.94-
YUV123.1877.1172.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.76%
GREEN value IS 180 (70.70% from 255) = 69.50%
BLUE value IS 33 (13.28% from 255) = 12.74%
R=17.76%
G=69.50%
B=12.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal46180330.7400.820.29114.6969.0141.76
Hex2EB4214A0521D73452a
Octal562644111201223516310552
Binary101110101101001000011001010010100101110111100111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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