#36B32C

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

Shades of Lime Green #36B32C

Tints of Lime Green #36B32C

Color information

#36B32C (or 0x36B32C) is unknown color: approx Lime Green. HEX triplet: 36, B3 and 2C. RGB value is (54,179,44). Sum of RGB (Red+Green+Blue) = 54+179+44=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 179 (70.31% from 255 or 64.62% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 179 - color contains mainly: green. Hex color #36B32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36B32C is #C94CD3. Grayscale: #7E7E7E. Windows color (decimal): -13192404 or 2929462. OLE color: 2929462.

HSL color Cylindrical-coordinate representation of color #36B32C: hue angle of 115.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36B32C is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB5417944-
CMYK0.7000.750.30
HSL115.56º60.54%43.73%-
HSV(B)115.56º75.42%70.2%-
XYZ18.133.217.84-
YUV126.2481.5976.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 179 (70.31% from 255) = 64.62%
BLUE value IS 44 (17.58% from 255) = 15.88%
R=19.49%
G=64.62%
B=15.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal54179440.7000.750.30115.5660.5443.73
Hex36B32C4604B1E743d2c
Octal66263541060113361647554
Binary11011010110011101100100011001001011111101110100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,179,44); }

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

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

 a { background-color: rgb(54,179,44); }

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

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

 span { border-color: rgb(54,179,44); }

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