#2ED83F

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

Shades of Lime Green #2ED83F

Tints of Lime Green #2ED83F

Color information

#2ED83F (or 0x2ED83F) is unknown color: approx Lime Green. HEX triplet: 2E, D8 and 3F. RGB value is (46,216,63). Sum of RGB (Red+Green+Blue) = 46+216+63=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 216 (84.77% from 255 or 66.46% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED83F is #D127C0. Grayscale: #949494. Windows color (decimal): -13707201 or 4184110. OLE color: 4184110.

HSL color Cylindrical-coordinate representation of color #2ED83F: hue angle of 126º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED83F is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB4621663-
CMYK0.7900.710.15
HSL126º68.55%51.37%-
HSV(B)126º78.7%84.71%-
XYZ26.5850.0512.96-
YUV147.7380.1855.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.15%
GREEN value IS 216 (84.77% from 255) = 66.46%
BLUE value IS 63 (25% from 255) = 19.38%
R=14.15%
G=66.46%
B=19.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal46216630.7900.710.1512668.5551.37
Hex2ED83F4F047F7e4533
Octal563307711701071717610563
Binary10111011011000111111100111101000111111111111101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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