#35BD49

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

Shades of Lime Green #35BD49

Tints of Lime Green #35BD49

Color information

#35BD49 (or 0x35BD49) is unknown color: approx Lime Green. HEX triplet: 35, BD and 49. RGB value is (53,189,73). Sum of RGB (Red+Green+Blue) = 53+189+73=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 189 (74.22% from 255 or 60% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 189 - color contains mainly: green. Hex color #35BD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BD49 is #CA42B6. Grayscale: #878787. Windows color (decimal): -13255351 or 4832565. OLE color: 4832565.

HSL color Cylindrical-coordinate representation of color #35BD49: hue angle of 128.82º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BD49 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB5318973-
CMYK0.7200.610.26
HSL128.82º56.2%47.45%-
HSV(B)128.82º71.96%74.12%-
XYZ20.8737.6312.47-
YUV135.1192.9469.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.83%
GREEN value IS 189 (74.22% from 255) = 60%
BLUE value IS 73 (28.91% from 255) = 23.17%
R=16.83%
G=60%
B=23.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53189730.7200.610.26128.8256.247.45
Hex35BD494803D1A81382f
Octal65275111110075322017057
Binary110101101111011001001100100001111011101010000001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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