#36D533

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

Shades of Lime Green #36D533

Tints of Lime Green #36D533

Color information

#36D533 (or 0x36D533) is unknown color: approx Lime Green. HEX triplet: 36, D5 and 33. RGB value is (54,213,51). Sum of RGB (Red+Green+Blue) = 54+213+51=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 213 (83.59% from 255 or 66.98% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 213 - color contains mainly: green. Hex color #36D533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D533 is #C92ACC. Grayscale: #939393. Windows color (decimal): -13183693 or 3396918. OLE color: 3396918.

HSL color Cylindrical-coordinate representation of color #36D533: hue angle of 118.89º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36D533 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB5421351-
CMYK0.7500.760.16
HSL118.89º65.85%51.76%-
HSV(B)118.89º76.06%83.53%-
XYZ25.9148.6111.15-
YUV146.9973.8261.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.98%
GREEN value IS 213 (83.59% from 255) = 66.98%
BLUE value IS 51 (20.31% from 255) = 16.04%
R=16.98%
G=66.98%
B=16.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal54213510.7500.760.16118.8965.8551.76
Hex36D5334B04C10774234
Octal663256311301142016710264
Binary110110110101011100111001011010011001000011101111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,213,51); }

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

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

 a { background-color: rgb(54,213,51); }

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

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

 span { border-color: rgb(54,213,51); }

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