#36C533

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

Shades of Lime Green #36C533

Tints of Lime Green #36C533

Color information

#36C533 (or 0x36C533) is unknown color: approx Lime Green. HEX triplet: 36, C5 and 33. RGB value is (54,197,51). Sum of RGB (Red+Green+Blue) = 54+197+51=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #36C533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C533 is #C93ACC. Grayscale: #8A8A8A. Windows color (decimal): -13187789 or 3392822. OLE color: 3392822.

HSL color Cylindrical-coordinate representation of color #36C533: hue angle of 118.77º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36C533 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB5419751-
CMYK0.7300.740.23
HSL118.77º58.87%48.63%-
HSV(B)118.77º74.11%77.25%-
XYZ22.0940.969.87-
YUV137.679.1268.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.88%
GREEN value IS 197 (77.34% from 255) = 65.23%
BLUE value IS 51 (20.31% from 255) = 16.89%
R=17.88%
G=65.23%
B=16.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal54197510.7300.740.23118.7758.8748.63
Hex36C5334904A17773b31
Octal66305631110112271677361
Binary11011011000101110011100100101001010101111110111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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