#35B43D

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

Shades of Lime Green #35B43D

Tints of Lime Green #35B43D

Color information

#35B43D (or 0x35B43D) is unknown color: approx Lime Green. HEX triplet: 35, B4 and 3D. RGB value is (53,180,61). Sum of RGB (Red+Green+Blue) = 53+180+61=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 180 (70.70% from 255 or 61.22% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 180 - color contains mainly: green. Hex color #35B43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B43D is #CA4BC2. Grayscale: #808080. Windows color (decimal): -13257667 or 4043829. OLE color: 4043829.

HSL color Cylindrical-coordinate representation of color #35B43D: hue angle of 123.78º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B43D is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB5318061-
CMYK0.7100.660.29
HSL123.78º54.51%45.69%-
HSV(B)123.78º70.56%70.59%-
XYZ18.6333.749.94-
YUV128.4689.9274.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 180 (70.70% from 255) = 61.22%
BLUE value IS 61 (24.22% from 255) = 20.75%
R=18.03%
G=61.22%
B=20.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53180610.7100.660.29123.7854.5145.69
Hex35B43D470421D7c372e
Octal65264751070102351746756
Binary11010110110100111101100011101000010111011111100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,180,61); }

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

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

 a { background-color: rgb(53,180,61); }

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

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

 span { border-color: rgb(53,180,61); }

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