#36dc49

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

Shades of Lime Green #36DC49

Tints of Lime Green #36DC49

Color information

#36DC49 (or 0x36DC49) is unknown color: approx Lime Green. HEX triplet: 36, DC and 49. RGB value is (54,220,73). Sum of RGB (Red+Green+Blue) = 54+220+73=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DC49 is #C923B6. Grayscale: #9A9A9A. Windows color (decimal): -13181879 or 4840502. OLE color: 4840502.

HSL color Cylindrical-coordinate representation of color #36DC49: hue angle of 126.87º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DC49 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB5422073-
CMYK0.7500.670.14
HSL126.87º70.34%53.73%-
HSV(B)126.87º75.45%86.27%-
XYZ28.3252.4514.94-
YUV153.6182.556.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.56%
GREEN value IS 220 (86.33% from 255) = 63.40%
BLUE value IS 73 (28.91% from 255) = 21.04%
R=15.56%
G=63.40%
B=21.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal54220730.7500.670.14126.8770.3453.73
Hex36DC494B043E7f4636
Octal6633411111301031617710666
Binary110110110111001001001100101101000011111011111111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36dc49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,220,73); }

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

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

 a { background-color: rgb(54,220,73); }

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

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

 span { border-color: rgb(54,220,73); }

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