#35D946

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

Shades of Lime Green #35D946

Tints of Lime Green #35D946

Color information

#35D946 (or 0x35D946) is unknown color: approx Lime Green. HEX triplet: 35, D9 and 46. RGB value is (53,217,70). Sum of RGB (Red+Green+Blue) = 53+217+70=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 217 (85.16% from 255 or 63.82% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 217 - color contains mainly: green. Hex color #35D946 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D946 is #CA26B9. Grayscale: #979797. Windows color (decimal): -13248186 or 4643125. OLE color: 4643125.

HSL color Cylindrical-coordinate representation of color #35D946: hue angle of 126.22º 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 #35D946 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB5321770-
CMYK0.7600.680.15
HSL126.22º68.33%52.94%-
HSV(B)126.22º75.58%85.1%-
XYZ27.3950.8214.16-
YUV151.2182.1757.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.59%
GREEN value IS 217 (85.16% from 255) = 63.82%
BLUE value IS 70 (27.73% from 255) = 20.59%
R=15.59%
G=63.82%
B=20.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal53217700.7600.680.15126.2268.3352.94
Hex35D9464C044F7e4435
Octal6533110611401041717610465
Binary110101110110011000110100110001000100111111111101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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