#35DC3D

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

Shades of Lime Green #35DC3D

Tints of Lime Green #35DC3D

Color information

#35DC3D (or 0x35DC3D) is unknown color: approx Lime Green. HEX triplet: 35, DC and 3D. RGB value is (53,220,61). Sum of RGB (Red+Green+Blue) = 53+220+61=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 220 (86.33% from 255 or 65.87% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 220 - color contains mainly: green. Hex color #35DC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DC3D is #CA23C2. Grayscale: #989898. Windows color (decimal): -13247427 or 4054069. OLE color: 4054069.

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

Color convert

RGB5322061-
CMYK0.7600.720.14
HSL122.87º70.46%53.53%-
HSV(B)122.87º75.91%86.27%-
XYZ27.952.2813.04-
YUV151.9476.6757.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 220 (86.33% from 255) = 65.87%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=15.87%
G=65.87%
B=18.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal53220610.7600.720.14122.8770.4653.53
Hex35DC3D4C048E7b4636
Octal653347511401101617310666
Binary11010111011100111101100110001001000111011110111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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