#36DC1B

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

Shades of Lime Green #36DC1B

Tints of Lime Green #36DC1B

Color information

#36DC1B (or 0x36DC1B) is unknown color: approx Lime Green. HEX triplet: 36, DC and 1B. RGB value is (54,220,27). Sum of RGB (Red+Green+Blue) = 54+220+27=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 220 (86.33% from 255 or 73.09% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DC1B is #C923E4. Grayscale: #949494. Windows color (decimal): -13181925 or 1825846. OLE color: 1825846.

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

Color convert

RGB5422027-
CMYK0.7500.880.14
HSL111.61º78.14%48.43%-
HSV(B)111.61º87.73%86.27%-
XYZ27.3152.059.64-
YUV148.3659.560.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 220 (86.33% from 255) = 73.09%
BLUE value IS 27 (10.94% from 255) = 8.97%
R=17.94%
G=73.09%
B=8.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal54220270.7500.880.14111.6178.1448.43
Hex36DC1B4B058E704e30
Octal663343311301301616011660
Binary1101101101110011011100101101011000111011100001001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36DC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,220,27); }

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

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

 a { background-color: rgb(54,220,27); }

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

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

 span { border-color: rgb(54,220,27); }

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