#35C936

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

Shades of Lime Green #35C936

Tints of Lime Green #35C936

Color information

#35C936 (or 0x35C936) is unknown color: approx Lime Green. HEX triplet: 35, C9 and 36. RGB value is (53,201,54). Sum of RGB (Red+Green+Blue) = 53+201+54=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 201 (78.91% from 255 or 65.26% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 201 - color contains mainly: green. Hex color #35C936 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C936 is #CA36C9. Grayscale: #8C8C8C. Windows color (decimal): -13252298 or 3590453. OLE color: 3590453.

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

Color convert

RGB5320154-
CMYK0.7400.730.21
HSL120.41º58.27%49.8%-
HSV(B)120.41º73.63%78.82%-
XYZ23.0242.810.54-
YUV139.9979.4765.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 201 (78.91% from 255) = 65.26%
BLUE value IS 54 (21.48% from 255) = 17.53%
R=17.21%
G=65.26%
B=17.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53201540.7400.730.21120.4158.2749.8
Hex35C9364A04915783a32
Octal65311661120111251707262
Binary11010111001001110110100101001001001101011111000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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