#2ED835

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

Shades of Lime Green #2ED835

Tints of Lime Green #2ED835

Color information

#2ED835 (or 0x2ED835) is unknown color: approx Lime Green. HEX triplet: 2E, D8 and 35. RGB value is (46,216,53). Sum of RGB (Red+Green+Blue) = 46+216+53=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 216 (84.77% from 255 or 68.57% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED835 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED835 is #D127CA. Grayscale: #939393. Windows color (decimal): -13707211 or 3528750. OLE color: 3528750.

HSL color Cylindrical-coordinate representation of color #2ED835: hue angle of 122.47º 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 #2ED835 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB4621653-
CMYK0.7900.750.15
HSL122.47º68.55%51.37%-
HSV(B)122.47º78.7%84.71%-
XYZ26.3349.9511.62-
YUV146.5975.1856.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.60%
GREEN value IS 216 (84.77% from 255) = 68.57%
BLUE value IS 53 (21.09% from 255) = 16.83%
R=14.60%
G=68.57%
B=16.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal46216530.7900.750.15122.4768.5551.37
Hex2ED8354F04BF7a4533
Octal563306511701131717210563
Binary10111011011000110101100111101001011111111110101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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