#35DC56

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

Shades of Lime Green #35DC56

Tints of Lime Green #35DC56

Color information

#35DC56 (or 0x35DC56) is unknown color: approx Lime Green. HEX triplet: 35, DC and 56. RGB value is (53,220,86). Sum of RGB (Red+Green+Blue) = 53+220+86=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 220 (86.33% from 255 or 61.28% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 220 - color contains mainly: green. Hex color #35DC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DC56 is #CA23A9. Grayscale: #9B9B9B. Windows color (decimal): -13247402 or 5692469. OLE color: 5692469.

HSL color Cylindrical-coordinate representation of color #35DC56: hue angle of 131.86º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DC56 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB5322086-
CMYK0.7600.610.14
HSL131.86º70.46%53.53%-
HSV(B)131.86º75.91%86.27%-
XYZ28.7452.6217.45-
YUV154.7989.1755.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.76%
GREEN value IS 220 (86.33% from 255) = 61.28%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=14.76%
G=61.28%
B=23.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal53220860.7600.610.14131.8670.4653.53
Hex35DC564C03DE844636
Octal653341261140751620410666
Binary110101110111001010110100110001111011110100001001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35DC56; }

 p { color: rgb(53,220,86); }

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

<style>
 a { background-color: #35DC56; }

 a { background-color: rgb(53,220,86); }

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

<style>
 span { border-color: #35DC56; }

 span { border-color: rgb(53,220,86); }

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