#36DD4C

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

Shades of Lime Green #36DD4C

Tints of Lime Green #36DD4C

Color information

#36DD4C (or 0x36DD4C) is unknown color: approx Lime Green. HEX triplet: 36, DD and 4C. RGB value is (54,221,76). Sum of RGB (Red+Green+Blue) = 54+221+76=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 221 (86.72% from 255 or 62.96% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 221 - color contains mainly: green. Hex color #36DD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DD4C is #C922B3. Grayscale: #9A9A9A. Windows color (decimal): -13181620 or 5037366. OLE color: 5037366.

HSL color Cylindrical-coordinate representation of color #36DD4C: hue angle of 127.9º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DD4C is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB5422176-
CMYK0.7600.660.13
HSL127.9º71.06%53.92%-
HSV(B)127.9º75.57%86.67%-
XYZ28.6853.0215.56-
YUV154.5483.6756.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.38%
GREEN value IS 221 (86.72% from 255) = 62.96%
BLUE value IS 76 (30.08% from 255) = 21.65%
R=15.38%
G=62.96%
B=21.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal54221760.7600.660.13127.971.0653.92
Hex36DD4C4C042D804736
Octal6633511411401021520010766
Binary1101101101110110011001001100010000101101100000001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36DD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,221,76); }

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

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

 a { background-color: rgb(54,221,76); }

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

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

 span { border-color: rgb(54,221,76); }

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