#36DB2D

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

Shades of Lime Green #36DB2D

Tints of Lime Green #36DB2D

Color information

#36DB2D (or 0x36DB2D) is unknown color: approx Lime Green. HEX triplet: 36, DB and 2D. RGB value is (54,219,45). Sum of RGB (Red+Green+Blue) = 54+219+45=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 219 (85.94% from 255 or 68.87% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 219 - color contains mainly: green. Hex color #36DB2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DB2D is #C924D2. Grayscale: #969696. Windows color (decimal): -13182163 or 3005238. OLE color: 3005238.

HSL color Cylindrical-coordinate representation of color #36DB2D: hue angle of 116.9º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36DB2D is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB5421945-
CMYK0.7500.790.14
HSL116.9º70.73%51.76%-
HSV(B)116.9º79.45%85.88%-
XYZ27.3351.6411.01-
YUV149.8368.8459.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.98%
GREEN value IS 219 (85.94% from 255) = 68.87%
BLUE value IS 45 (17.97% from 255) = 14.15%
R=16.98%
G=68.87%
B=14.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal54219450.7500.790.14116.970.7351.76
Hex36DB2D4B04FE754734
Octal663335511301171616510764
Binary11011011011011101101100101101001111111011101011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36DB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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