#35CA49

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

Shades of Lime Green #35CA49

Tints of Lime Green #35CA49

Color information

#35CA49 (or 0x35CA49) is unknown color: approx Lime Green. HEX triplet: 35, CA and 49. RGB value is (53,202,73). Sum of RGB (Red+Green+Blue) = 53+202+73=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 202 (79.30% from 255 or 61.59% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CA49 is #CA35B6. Grayscale: #8F8F8F. Windows color (decimal): -13252023 or 4835893. OLE color: 4835893.

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

Color convert

RGB5320273-
CMYK0.7400.640.21
HSL128.05º58.43%50%-
HSV(B)128.05º73.76%79.22%-
XYZ23.7943.4813.44-
YUV142.7488.6463.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.16%
GREEN value IS 202 (79.30% from 255) = 61.59%
BLUE value IS 73 (28.91% from 255) = 22.26%
R=16.16%
G=61.59%
B=22.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53202730.7400.640.21128.0558.4350
Hex35CA494A04015803a32
Octal653121111120100252007262
Binary1101011100101010010011001010010000001010110000000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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