#35D94F

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

Shades of Lime Green #35D94F

Tints of Lime Green #35D94F

Color information

#35D94F (or 0x35D94F) is unknown color: approx Lime Green. HEX triplet: 35, D9 and 4F. RGB value is (53,217,79). Sum of RGB (Red+Green+Blue) = 53+217+79=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 217 (85.16% from 255 or 62.18% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 217 - color contains mainly: green. Hex color #35D94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D94F is #CA26B0. Grayscale: #989898. Windows color (decimal): -13248177 or 5232949. OLE color: 5232949.

HSL color Cylindrical-coordinate representation of color #35D94F: hue angle of 129.51º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35D94F is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB5321779-
CMYK0.7600.640.15
HSL129.51º68.33%52.94%-
HSV(B)129.51º75.58%85.1%-
XYZ27.6950.9515.77-
YUV152.2386.6757.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.19%
GREEN value IS 217 (85.16% from 255) = 62.18%
BLUE value IS 79 (31.25% from 255) = 22.64%
R=15.19%
G=62.18%
B=22.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal53217790.7600.640.15129.5168.3352.94
Hex35D94F4C040F824435
Octal6533111711401001720210465
Binary1101011101100110011111001100010000001111100000101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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