#35C436

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

Shades of Lime Green #35C436

Tints of Lime Green #35C436

Color information

#35C436 (or 0x35C436) is unknown color: approx Lime Green. HEX triplet: 35, C4 and 36. RGB value is (53,196,54). Sum of RGB (Red+Green+Blue) = 53+196+54=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 196 (76.95% from 255 or 64.69% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 196 - color contains mainly: green. Hex color #35C436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C436 is #CA3BC9. Grayscale: #898989. Windows color (decimal): -13253578 or 3589173. OLE color: 3589173.

HSL color Cylindrical-coordinate representation of color #35C436: hue angle of 120.42º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C436 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB5319654-
CMYK0.7300.720.23
HSL120.42º57.43%48.82%-
HSV(B)120.42º72.96%76.86%-
XYZ21.8740.510.16-
YUV137.0681.1268.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 196 (76.95% from 255) = 64.69%
BLUE value IS 54 (21.48% from 255) = 17.82%
R=17.49%
G=64.69%
B=17.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal53196540.7300.720.23120.4257.4348.82
Hex35C4364904817783931
Octal65304661110110271707161
Binary11010111000100110110100100101001000101111111000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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