#35D149

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

Shades of Lime Green #35D149

Tints of Lime Green #35D149

Color information

#35D149 (or 0x35D149) is unknown color: approx Lime Green. HEX triplet: 35, D1 and 49. RGB value is (53,209,73). Sum of RGB (Red+Green+Blue) = 53+209+73=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 209 (82.03% from 255 or 62.39% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 209 - color contains mainly: green. Hex color #35D149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D149 is #CA2EB6. Grayscale: #939393. Windows color (decimal): -13250231 or 4837685. OLE color: 4837685.

HSL color Cylindrical-coordinate representation of color #35D149: hue angle of 127.69º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D149 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB5320973-
CMYK0.7500.650.18
HSL127.69º62.9%51.37%-
HSV(B)127.69º74.64%81.96%-
XYZ25.4746.8414-
YUV146.8586.3261.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.82%
GREEN value IS 209 (82.03% from 255) = 62.39%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=15.82%
G=62.39%
B=21.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal53209730.7500.650.18127.6962.951.37
Hex35D1494B04112803f33
Octal653211111130101222007763
Binary1101011101000110010011001011010000011001010000000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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