#35CA39

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

Shades of Lime Green #35CA39

Tints of Lime Green #35CA39

Color information

#35CA39 (or 0x35CA39) is unknown color: approx Lime Green. HEX triplet: 35, CA and 39. RGB value is (53,202,57). Sum of RGB (Red+Green+Blue) = 53+202+57=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 202 (79.30% from 255 or 64.74% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CA39 is #CA35C6. Grayscale: #8D8D8D. Windows color (decimal): -13252039 or 3787317. OLE color: 3787317.

HSL color Cylindrical-coordinate representation of color #35CA39: hue angle of 121.61º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CA39 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB5320257-
CMYK0.7400.720.21
HSL121.61º58.43%50%-
HSV(B)121.61º73.76%79.22%-
XYZ23.3343.2911-
YUV140.9280.6465.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 202 (79.30% from 255) = 64.74%
BLUE value IS 57 (22.66% from 255) = 18.27%
R=16.99%
G=64.74%
B=18.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53202570.7400.720.21121.6158.4350
Hex35CA394A048157a3a32
Octal65312711120110251727262
Binary11010111001010111001100101001001000101011111010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,202,57); }

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

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

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

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

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

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

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