#35dd35

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

Shades of Lime Green #35DD35

Tints of Lime Green #35DD35

Color information

#35DD35 (or 0x35DD35) is unknown color: approx Lime Green. HEX triplet: 35, DD and 35. RGB value is (53,221,53). Sum of RGB (Red+Green+Blue) = 53+221+53=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 221 (86.72% from 255 or 67.58% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DD35 is #CA22CA. Grayscale: #989898. Windows color (decimal): -13247179 or 3530037. OLE color: 3530037.

HSL color Cylindrical-coordinate representation of color #35DD35: hue angle of 120º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DD35 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB5322153-
CMYK0.7600.760.13
HSL120º71.19%53.73%-
HSV(B)120º76.02%86.67%-
XYZ27.9752.7312.07-
YUV151.6272.3457.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.21%
GREEN value IS 221 (86.72% from 255) = 67.58%
BLUE value IS 53 (21.09% from 255) = 16.21%
R=16.21%
G=67.58%
B=16.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal53221530.7600.760.1312071.1953.73
Hex35DD354C04CD784736
Octal653356511401141517010766
Binary11010111011101110101100110001001100110111110001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35dd35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,221,53); }

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

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

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

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

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

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

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