#35B43E

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

Shades of Lime Green #35B43E

Tints of Lime Green #35B43E

Color information

#35B43E (or 0x35B43E) is unknown color: approx Lime Green. HEX triplet: 35, B4 and 3E. RGB value is (53,180,62). Sum of RGB (Red+Green+Blue) = 53+180+62=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #35B43E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B43E is #CA4BC1. Grayscale: #808080. Windows color (decimal): -13257666 or 4109365. OLE color: 4109365.

HSL color Cylindrical-coordinate representation of color #35B43E: hue angle of 124.25º 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 #35B43E is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB5318062-
CMYK0.7100.660.29
HSL124.25º54.51%45.69%-
HSV(B)124.25º70.56%70.59%-
XYZ18.6633.7510.09-
YUV128.5790.4274.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 180 (70.70% from 255) = 61.02%
BLUE value IS 62 (24.61% from 255) = 21.02%
R=17.97%
G=61.02%
B=21.02%

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
Decimal53180620.7100.660.29124.2554.5145.69
Hex35B43E470421D7c372e
Octal65264761070102351746756
Binary11010110110100111110100011101000010111011111100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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