#35C944

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

Shades of Lime Green #35C944

Tints of Lime Green #35C944

Color information

#35C944 (or 0x35C944) is unknown color: approx Lime Green. HEX triplet: 35, C9 and 44. RGB value is (53,201,68). Sum of RGB (Red+Green+Blue) = 53+201+68=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 201 (78.91% from 255 or 62.42% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 201 - color contains mainly: green. Hex color #35C944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C944 is #CA36BB. Grayscale: #8D8D8D. Windows color (decimal): -13252284 or 4507957. OLE color: 4507957.

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

Color convert

RGB5320168-
CMYK0.7400.660.21
HSL126.08º58.27%49.8%-
HSV(B)126.08º73.63%78.82%-
XYZ23.442.9512.53-
YUV141.5986.4764.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 201 (78.91% from 255) = 62.42%
BLUE value IS 68 (26.95% from 255) = 21.12%
R=16.46%
G=62.42%
B=21.12%

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
Decimal53201680.7400.660.21126.0858.2749.8
Hex35C9444A042157e3a32
Octal653111041120102251767262
Binary110101110010011000100100101001000010101011111110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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