#35CA3A

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

Shades of Lime Green #35CA3A

Tints of Lime Green #35CA3A

Color information

#35CA3A (or 0x35CA3A) is unknown color: approx Lime Green. HEX triplet: 35, CA and 3A. RGB value is (53,202,58). Sum of RGB (Red+Green+Blue) = 53+202+58=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 202 (79.30% from 255 or 64.54% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CA3A is #CA35C5. Grayscale: #8D8D8D. Windows color (decimal): -13252038 or 3852853. OLE color: 3852853.

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

Color convert

RGB5320258-
CMYK0.7400.710.21
HSL122.01º58.43%50%-
HSV(B)122.01º73.76%79.22%-
XYZ23.3543.311.13-
YUV141.0381.1465.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 202 (79.30% from 255) = 64.54%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=16.93%
G=64.54%
B=18.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53202580.7400.710.21122.0158.4350
Hex35CA3A4A047157a3a32
Octal65312721120107251727262
Binary11010111001010111010100101001000111101011111010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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