#36D058

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

Shades of Lime Green #36D058

Tints of Lime Green #36D058

Color information

#36D058 (or 0x36D058) is unknown color: approx Lime Green. HEX triplet: 36, D0 and 58. RGB value is (54,208,88). Sum of RGB (Red+Green+Blue) = 54+208+88=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #36D058 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D058 is #C92FA7. Grayscale: #949494. Windows color (decimal): -13184936 or 5820470. OLE color: 5820470.

HSL color Cylindrical-coordinate representation of color #36D058: hue angle of 133.25º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D058 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB5420888-
CMYK0.7400.580.18
HSL133.25º62.1%51.37%-
HSV(B)133.25º74.04%81.57%-
XYZ25.8446.616.87-
YUV148.2793.9860.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.43%
GREEN value IS 208 (81.64% from 255) = 59.43%
BLUE value IS 88 (34.77% from 255) = 25.14%
R=15.43%
G=59.43%
B=25.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal54208880.7400.580.18133.2562.151.37
Hex36D0584A03A12853e33
Octal66320130112072222057663
Binary110110110100001011000100101001110101001010000101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,208,88); }

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

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

 a { background-color: rgb(54,208,88); }

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

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

 span { border-color: rgb(54,208,88); }

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