#35C34F

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

Shades of Lime Green #35C34F

Tints of Lime Green #35C34F

Color information

#35C34F (or 0x35C34F) is unknown color: approx Lime Green. HEX triplet: 35, C3 and 4F. RGB value is (53,195,79). Sum of RGB (Red+Green+Blue) = 53+195+79=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 195 (76.56% from 255 or 59.63% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 195 - color contains mainly: green. Hex color #35C34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C34F is #CA3CB0. Grayscale: #8B8B8B. Windows color (decimal): -13253809 or 5227317. OLE color: 5227317.

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

Color convert

RGB5319579-
CMYK0.7300.590.24
HSL130.99º57.26%48.63%-
HSV(B)130.99º72.82%76.47%-
XYZ22.3940.3514.01-
YUV139.3293.9666.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.21%
GREEN value IS 195 (76.56% from 255) = 59.63%
BLUE value IS 79 (31.25% from 255) = 24.16%
R=16.21%
G=59.63%
B=24.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53195790.7300.590.24130.9957.2648.63
Hex35C34F4903B18833931
Octal65303117111073302037161
Binary110101110000111001111100100101110111100010000011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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