#35C049

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

Shades of Lime Green #35C049

Tints of Lime Green #35C049

Color information

#35C049 (or 0x35C049) is unknown color: approx Lime Green. HEX triplet: 35, C0 and 49. RGB value is (53,192,73). Sum of RGB (Red+Green+Blue) = 53+192+73=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #35C049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C049 is #CA3FB6. Grayscale: #898989. Windows color (decimal): -13254583 or 4833333. OLE color: 4833333.

HSL color Cylindrical-coordinate representation of color #35C049: hue angle of 128.63º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C049 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB5319273-
CMYK0.7200.620.25
HSL128.63º56.73%48.04%-
HSV(B)128.63º72.4%75.29%-
XYZ21.5238.9412.68-
YUV136.8791.9568.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.67%
GREEN value IS 192 (75.39% from 255) = 60.38%
BLUE value IS 73 (28.91% from 255) = 22.96%
R=16.67%
G=60.38%
B=22.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53192730.7200.620.25128.6356.7348.04
Hex35C0494803E19813930
Octal65300111110076312017160
Binary110101110000001001001100100001111101100110000001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,192,73); }

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

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

 a { background-color: rgb(53,192,73); }

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

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

 span { border-color: rgb(53,192,73); }

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