#36D346

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

Shades of Lime Green #36D346

Tints of Lime Green #36D346

Color information

#36D346 (or 0x36D346) is unknown color: approx Lime Green. HEX triplet: 36, D3 and 46. RGB value is (54,211,70). Sum of RGB (Red+Green+Blue) = 54+211+70=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 211 (82.81% from 255 or 62.99% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 211 - color contains mainly: green. Hex color #36D346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D346 is #C92CB9. Grayscale: #949494. Windows color (decimal): -13184186 or 4641590. OLE color: 4641590.

HSL color Cylindrical-coordinate representation of color #36D346: hue angle of 126.11º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D346 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB5421170-
CMYK0.7400.670.17
HSL126.11º64.08%51.96%-
HSV(B)126.11º74.41%82.75%-
XYZ25.9247.8113.66-
YUV147.9883.9960.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.12%
GREEN value IS 211 (82.81% from 255) = 62.99%
BLUE value IS 70 (27.73% from 255) = 20.90%
R=16.12%
G=62.99%
B=20.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal54211700.7400.670.17126.1164.0851.96
Hex36D3464A043117e4034
Octal6632310611201032117610064
Binary1101101101001110001101001010010000111000111111101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36D346; }

 p { color: rgb(54,211,70); }

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

<style>
 a { background-color: #36D346; }

 a { background-color: rgb(54,211,70); }

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

<style>
 span { border-color: #36D346; }

 span { border-color: rgb(54,211,70); }

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