#35CA4A

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

Shades of Lime Green #35CA4A

Tints of Lime Green #35CA4A

Color information

#35CA4A (or 0x35CA4A) is unknown color: approx Lime Green. HEX triplet: 35, CA and 4A. RGB value is (53,202,74). Sum of RGB (Red+Green+Blue) = 53+202+74=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 202 (79.30% from 255 or 61.40% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CA4A is #CA35B5. Grayscale: #8F8F8F. Windows color (decimal): -13252022 or 4901429. OLE color: 4901429.

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

Color convert

RGB5320274-
CMYK0.7400.630.21
HSL128.46º58.43%50%-
HSV(B)128.46º73.76%79.22%-
XYZ23.8243.4913.62-
YUV142.8689.1463.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.11%
GREEN value IS 202 (79.30% from 255) = 61.40%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=16.11%
G=61.40%
B=22.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53202740.7400.630.21128.4658.4350
Hex35CA4A4A03F15803a32
Octal65312112112077252007262
Binary110101110010101001010100101001111111010110000000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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