#35C345

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

Shades of Lime Green #35C345

Tints of Lime Green #35C345

Color information

#35C345 (or 0x35C345) is unknown color: approx Lime Green. HEX triplet: 35, C3 and 45. RGB value is (53,195,69). Sum of RGB (Red+Green+Blue) = 53+195+69=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 195 (76.56% from 255 or 61.51% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 195 - color contains mainly: green. Hex color #35C345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C345 is #CA3CBA. Grayscale: #8A8A8A. Windows color (decimal): -13253819 or 4571957. OLE color: 4571957.

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

Color convert

RGB5319569-
CMYK0.7300.650.24
HSL126.76º57.26%48.63%-
HSV(B)126.76º72.82%76.47%-
XYZ22.0640.2212.23-
YUV138.1888.9667.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.72%
GREEN value IS 195 (76.56% from 255) = 61.51%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=16.72%
G=61.51%
B=21.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53195690.7300.650.24126.7657.2648.63
Hex35C34549041187f3931
Octal653031051110101301777161
Binary110101110000111000101100100101000001110001111111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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