#2ED23F

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

Shades of Lime Green #2ED23F

Tints of Lime Green #2ED23F

Color information

#2ED23F (or 0x2ED23F) is unknown color: approx Lime Green. HEX triplet: 2E, D2 and 3F. RGB value is (46,210,63). Sum of RGB (Red+Green+Blue) = 46+210+63=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 210 (82.42% from 255 or 65.83% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED23F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED23F is #D12DC0. Grayscale: #909090. Windows color (decimal): -13708737 or 4182574. OLE color: 4182574.

HSL color Cylindrical-coordinate representation of color #2ED23F: hue angle of 126.22º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED23F is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB4621063-
CMYK0.7800.700.18
HSL126.22º64.57%50.2%-
HSV(B)126.22º78.1%82.35%-
XYZ25.0747.0312.46-
YUV144.2182.1757.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.42%
GREEN value IS 210 (82.42% from 255) = 65.83%
BLUE value IS 63 (25% from 255) = 19.75%
R=14.42%
G=65.83%
B=19.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal46210630.7800.700.18126.2264.5750.2
Hex2ED23F4E046127e4132
Octal563227711601062217610162
Binary101110110100101111111001110010001101001011111101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,210,63); }

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

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

 a { background-color: rgb(46,210,63); }

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

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

 span { border-color: rgb(46,210,63); }

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