#36C54F

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

Shades of Lime Green #36C54F

Tints of Lime Green #36C54F

Color information

#36C54F (or 0x36C54F) is unknown color: approx Lime Green. HEX triplet: 36, C5 and 4F. RGB value is (54,197,79). Sum of RGB (Red+Green+Blue) = 54+197+79=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #36C54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C54F is #C93AB0. Grayscale: #8D8D8D. Windows color (decimal): -13187761 or 5227830. OLE color: 5227830.

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

Color convert

RGB5419779-
CMYK0.7300.600.23
HSL130.49º56.97%49.22%-
HSV(B)130.49º72.59%77.25%-
XYZ22.941.2814.16-
YUV140.7993.1266.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.36%
GREEN value IS 197 (77.34% from 255) = 59.70%
BLUE value IS 79 (31.25% from 255) = 23.94%
R=16.36%
G=59.70%
B=23.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal54197790.7300.600.23130.4956.9749.22
Hex36C54F4903C17823931
Octal66305117111074272027161
Binary110110110001011001111100100101111001011110000010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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