#36BC48

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

Shades of Lime Green #36BC48

Tints of Lime Green #36BC48

Color information

#36BC48 (or 0x36BC48) is unknown color: approx Lime Green. HEX triplet: 36, BC and 48. RGB value is (54,188,72). Sum of RGB (Red+Green+Blue) = 54+188+72=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BC48 is #C943B7. Grayscale: #878787. Windows color (decimal): -13190072 or 4766774. OLE color: 4766774.

HSL color Cylindrical-coordinate representation of color #36BC48: hue angle of 128.06º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BC48 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB5418872-
CMYK0.7100.620.26
HSL128.06º55.37%47.45%-
HSV(B)128.06º71.28%73.73%-
XYZ20.6737.2212.23-
YUV134.7192.6170.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.20%
GREEN value IS 188 (73.83% from 255) = 59.87%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=17.20%
G=59.87%
B=22.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal54188720.7100.620.26128.0655.3747.45
Hex36BC484703E1A80372f
Octal66274110107076322006757
Binary110110101111001001000100011101111101101010000000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,188,72); }

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

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

 a { background-color: rgb(54,188,72); }

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

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

 span { border-color: rgb(54,188,72); }

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