#36D458

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

Shades of Lime Green #36D458

Tints of Lime Green #36D458

Color information

#36D458 (or 0x36D458) is unknown color: approx Lime Green. HEX triplet: 36, D4 and 58. RGB value is (54,212,88). Sum of RGB (Red+Green+Blue) = 54+212+88=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 212 (83.20% from 255 or 59.89% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 212 - color contains mainly: green. Hex color #36D458 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D458 is #C92BA7. Grayscale: #969696. Windows color (decimal): -13183912 or 5821494. OLE color: 5821494.

HSL color Cylindrical-coordinate representation of color #36D458: hue angle of 132.91º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D458 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB5421288-
CMYK0.7500.580.17
HSL132.91º64.75%52.16%-
HSV(B)132.91º74.53%83.14%-
XYZ26.8348.5817.19-
YUV150.6292.6559.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.25%
GREEN value IS 212 (83.20% from 255) = 59.89%
BLUE value IS 88 (34.77% from 255) = 24.86%
R=15.25%
G=59.89%
B=24.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal54212880.7500.580.17132.9164.7552.16
Hex36D4584B03A11854134
Octal663241301130722120510164
Binary1101101101010010110001001011011101010001100001011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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