#36D648

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

Shades of Lime Green #36D648

Tints of Lime Green #36D648

Color information

#36D648 (or 0x36D648) is unknown color: approx Lime Green. HEX triplet: 36, D6 and 48. RGB value is (54,214,72). Sum of RGB (Red+Green+Blue) = 54+214+72=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 214 (83.98% from 255 or 62.94% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 214 - color contains mainly: green. Hex color #36D648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D648 is #C929B7. Grayscale: #969696. Windows color (decimal): -13183416 or 4773430. OLE color: 4773430.

HSL color Cylindrical-coordinate representation of color #36D648: hue angle of 126.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D648 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB5421472-
CMYK0.7500.660.16
HSL126.75º66.12%52.55%-
HSV(B)126.75º74.77%83.92%-
XYZ26.7449.3514.25-
YUV149.9783.9959.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.88%
GREEN value IS 214 (83.98% from 255) = 62.94%
BLUE value IS 72 (28.52% from 255) = 21.18%
R=15.88%
G=62.94%
B=21.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal54214720.7500.660.16126.7566.1252.55
Hex36D6484B042107f4235
Octal6632611011301022017710265
Binary1101101101011010010001001011010000101000011111111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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