#36D03B

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

Shades of Lime Green #36D03B

Tints of Lime Green #36D03B

Color information

#36D03B (or 0x36D03B) is unknown color: approx Lime Green. HEX triplet: 36, D0 and 3B. RGB value is (54,208,59). Sum of RGB (Red+Green+Blue) = 54+208+59=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 208 (81.64% from 255 or 64.80% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 208 - color contains mainly: green. Hex color #36D03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D03B is #C92FC4. Grayscale: #919191. Windows color (decimal): -13184965 or 3919926. OLE color: 3919926.

HSL color Cylindrical-coordinate representation of color #36D03B: hue angle of 121.95º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D03B is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB5420859-
CMYK0.7400.720.18
HSL121.95º62.1%51.37%-
HSV(B)121.95º74.04%81.57%-
XYZ24.8746.2111.75-
YUV144.9779.4863.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.82%
GREEN value IS 208 (81.64% from 255) = 64.80%
BLUE value IS 59 (23.44% from 255) = 18.38%
R=16.82%
G=64.80%
B=18.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal54208590.7400.720.18121.9562.151.37
Hex36D03B4A048127a3e33
Octal66320731120110221727663
Binary11011011010000111011100101001001000100101111010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,208,59); }

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

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

 a { background-color: rgb(54,208,59); }

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

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

 span { border-color: rgb(54,208,59); }

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