#36D82D

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

Shades of Lime Green #36D82D

Tints of Lime Green #36D82D

Color information

#36D82D (or 0x36D82D) is unknown color: approx Lime Green. HEX triplet: 36, D8 and 2D. RGB value is (54,216,45). Sum of RGB (Red+Green+Blue) = 54+216+45=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 216 (84.77% from 255 or 68.57% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 216 - color contains mainly: green. Hex color #36D82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D82D is #C927D2. Grayscale: #949494. Windows color (decimal): -13182931 or 3004470. OLE color: 3004470.

HSL color Cylindrical-coordinate representation of color #36D82D: hue angle of 116.84º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36D82D is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB5421645-
CMYK0.7500.790.15
HSL116.84º68.67%51.18%-
HSV(B)116.84º79.17%84.71%-
XYZ26.5550.0910.75-
YUV148.0769.8360.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.14%
GREEN value IS 216 (84.77% from 255) = 68.57%
BLUE value IS 45 (17.97% from 255) = 14.29%
R=17.14%
G=68.57%
B=14.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal54216450.7500.790.15116.8468.6751.18
Hex36D82D4B04FF754533
Octal663305511301171716510563
Binary11011011011000101101100101101001111111111101011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,216,45); }

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

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

 a { background-color: rgb(54,216,45); }

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

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

 span { border-color: rgb(54,216,45); }

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