#35C945

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

Shades of Lime Green #35C945

Tints of Lime Green #35C945

Color information

#35C945 (or 0x35C945) is unknown color: approx Lime Green. HEX triplet: 35, C9 and 45. RGB value is (53,201,69). Sum of RGB (Red+Green+Blue) = 53+201+69=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 201 (78.91% from 255 or 62.23% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 201 - color contains mainly: green. Hex color #35C945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C945 is #CA36BA. Grayscale: #8E8E8E. Windows color (decimal): -13252283 or 4573493. OLE color: 4573493.

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

Color convert

RGB5320169-
CMYK0.7400.660.21
HSL126.49º58.27%49.8%-
HSV(B)126.49º73.63%78.82%-
XYZ23.4342.9612.69-
YUV141.786.9764.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.41%
GREEN value IS 201 (78.91% from 255) = 62.23%
BLUE value IS 69 (27.34% from 255) = 21.36%
R=16.41%
G=62.23%
B=21.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53201690.7400.660.21126.4958.2749.8
Hex35C9454A042157e3a32
Octal653111051120102251767262
Binary110101110010011000101100101001000010101011111110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,201,69); }

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

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

 a { background-color: rgb(53,201,69); }

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

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

 span { border-color: rgb(53,201,69); }

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