#2ED638

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

Shades of Lime Green #2ED638

Tints of Lime Green #2ED638

Color information

#2ED638 (or 0x2ED638) is unknown color: approx Lime Green. HEX triplet: 2E, D6 and 38. RGB value is (46,214,56). Sum of RGB (Red+Green+Blue) = 46+214+56=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 214 (83.98% from 255 or 67.72% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED638 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED638 is #D129C7. Grayscale: #929292. Windows color (decimal): -13707720 or 3724846. OLE color: 3724846.

HSL color Cylindrical-coordinate representation of color #2ED638: hue angle of 123.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED638 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB4621456-
CMYK0.7900.740.16
HSL123.57º67.2%50.98%-
HSV(B)123.57º78.5%83.92%-
XYZ25.8948.9611.83-
YUV145.7677.3456.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.56%
GREEN value IS 214 (83.98% from 255) = 67.72%
BLUE value IS 56 (22.27% from 255) = 17.72%
R=14.56%
G=67.72%
B=17.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal46214560.7900.740.16123.5767.250.98
Hex2ED6384F04A107c4333
Octal563267011701122017410363
Binary101110110101101110001001111010010101000011111001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,214,56); }

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

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

 a { background-color: rgb(46,214,56); }

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

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

 span { border-color: rgb(46,214,56); }

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