#35CA51

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

Shades of Lime Green #35CA51

Tints of Lime Green #35CA51

Color information

#35CA51 (or 0x35CA51) is unknown color: approx Lime Green. HEX triplet: 35, CA and 51. RGB value is (53,202,81). Sum of RGB (Red+Green+Blue) = 53+202+81=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 202 (79.30% from 255 or 60.12% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CA51 is #CA35AE. Grayscale: #8F8F8F. Windows color (decimal): -13252015 or 5360181. OLE color: 5360181.

HSL color Cylindrical-coordinate representation of color #35CA51: hue angle of 131.28º 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 #35CA51 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB5320281-
CMYK0.7400.600.21
HSL131.28º58.43%50%-
HSV(B)131.28º73.76%79.22%-
XYZ24.0743.5914.93-
YUV143.6692.6463.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 202 (79.30% from 255) = 60.12%
BLUE value IS 81 (32.03% from 255) = 24.11%
R=15.77%
G=60.12%
B=24.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53202810.7400.600.21131.2858.4350
Hex35CA514A03C15833a32
Octal65312121112074252037262
Binary110101110010101010001100101001111001010110000011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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