#35C346

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

Shades of Lime Green #35C346

Tints of Lime Green #35C346

Color information

#35C346 (or 0x35C346) is unknown color: approx Lime Green. HEX triplet: 35, C3 and 46. RGB value is (53,195,70). Sum of RGB (Red+Green+Blue) = 53+195+70=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 195 (76.56% from 255 or 61.32% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 195 - color contains mainly: green. Hex color #35C346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C346 is #CA3CB9. Grayscale: #8A8A8A. Windows color (decimal): -13253818 or 4637493. OLE color: 4637493.

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

Color convert

RGB5319570-
CMYK0.7300.640.24
HSL127.18º57.26%48.63%-
HSV(B)127.18º72.82%76.47%-
XYZ22.0940.2312.4-
YUV138.2989.4667.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.67%
GREEN value IS 195 (76.56% from 255) = 61.32%
BLUE value IS 70 (27.73% from 255) = 22.01%
R=16.67%
G=61.32%
B=22.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53195700.7300.640.24127.1857.2648.63
Hex35C34649040187f3931
Octal653031061110100301777161
Binary110101110000111000110100100101000000110001111111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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