#3ED255

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

Shades of Lime Green #3ED255

Tints of Lime Green #3ED255

Color information

#3ED255 (or 0x3ED255) is unknown color: approx Lime Green. HEX triplet: 3E, D2 and 55. RGB value is (62,210,85). Sum of RGB (Red+Green+Blue) = 62+210+85=357 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.37% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #3ED255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED255 is #C12DAA. Grayscale: #979797. Windows color (decimal): -12660139 or 5624382. OLE color: 5624382.

HSL color Cylindrical-coordinate representation of color #3ED255: hue angle of 129.32º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED255 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB6221085-
CMYK0.7000.600.18
HSL129.32º62.18%53.33%-
HSV(B)129.32º70.48%82.35%-
XYZ26.6747.7716.41-
YUV151.590.4764.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.37%
GREEN value IS 210 (82.42% from 255) = 58.82%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=17.37%
G=58.82%
B=23.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal62210850.7000.600.18129.3262.1853.33
Hex3ED2554603C12813e35
Octal76322125106074222017665
Binary111110110100101010101100011001111001001010000001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ED255; }

 p { color: rgb(62,210,85); }

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

<style>
 a { background-color: #3ED255; }

 a { background-color: rgb(62,210,85); }

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

<style>
 span { border-color: #3ED255; }

 span { border-color: rgb(62,210,85); }

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