#35C440

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

Shades of Lime Green #35C440

Tints of Lime Green #35C440

Color information

#35C440 (or 0x35C440) is unknown color: approx Lime Green. HEX triplet: 35, C4 and 40. RGB value is (53,196,64). Sum of RGB (Red+Green+Blue) = 53+196+64=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 196 (76.95% from 255 or 62.62% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 196 - color contains mainly: green. Hex color #35C440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C440 is #CA3BBF. Grayscale: #8A8A8A. Windows color (decimal): -13253568 or 4244533. OLE color: 4244533.

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

Color convert

RGB5319664-
CMYK0.7300.670.23
HSL124.62º57.43%48.82%-
HSV(B)124.62º72.96%76.86%-
XYZ22.1340.6111.52-
YUV138.286.1267.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 196 (76.95% from 255) = 62.62%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=16.93%
G=62.62%
B=20.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal53196640.7300.670.23124.6257.4348.82
Hex35C44049043177d3931
Octal653041001110103271757161
Binary110101110001001000000100100101000011101111111101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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