#35DC51

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

Shades of Lime Green #35DC51

Tints of Lime Green #35DC51

Color information

#35DC51 (or 0x35DC51) is unknown color: approx Lime Green. HEX triplet: 35, DC and 51. RGB value is (53,220,81). Sum of RGB (Red+Green+Blue) = 53+220+81=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #35DC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DC51 is #CA23AE. Grayscale: #9A9A9A. Windows color (decimal): -13247407 or 5364789. OLE color: 5364789.

HSL color Cylindrical-coordinate representation of color #35DC51: hue angle of 130.06º 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 #35DC51 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB5322081-
CMYK0.7600.630.14
HSL130.06º70.46%53.53%-
HSV(B)130.06º75.91%86.27%-
XYZ28.5552.5416.42-
YUV154.2286.6755.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.97%
GREEN value IS 220 (86.33% from 255) = 62.15%
BLUE value IS 81 (32.03% from 255) = 22.88%
R=14.97%
G=62.15%
B=22.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal53220810.7600.630.14130.0670.4653.53
Hex35DC514C03FE824636
Octal653341211140771620210666
Binary110101110111001010001100110001111111110100000101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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