#35D445

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

Shades of Lime Green #35D445

Tints of Lime Green #35D445

Color information

#35D445 (or 0x35D445) is unknown color: approx Lime Green. HEX triplet: 35, D4 and 45. RGB value is (53,212,69). Sum of RGB (Red+Green+Blue) = 53+212+69=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 212 (83.20% from 255 or 63.47% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 212 - color contains mainly: green. Hex color #35D445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D445 is #CA2BBA. Grayscale: #949494. Windows color (decimal): -13249467 or 4576309. OLE color: 4576309.

HSL color Cylindrical-coordinate representation of color #35D445: hue angle of 126.04º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D445 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB5321269-
CMYK0.7500.670.17
HSL126.04º64.9%51.96%-
HSV(B)126.04º75%83.14%-
XYZ26.0948.2713.57-
YUV148.1683.3260.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 212 (83.20% from 255) = 63.47%
BLUE value IS 69 (27.34% from 255) = 20.66%
R=15.87%
G=63.47%
B=20.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal53212690.7500.670.17126.0464.951.96
Hex35D4454B043117e4134
Octal6532410511301032117610164
Binary1101011101010010001011001011010000111000111111101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,212,69); }

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

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

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

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

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

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

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