Shades of Lime Green #36C01F
Tints of Lime Green #36C01F
RGB
CMYK
RGB Variations
Color information
#36C01F (or 0x36C01F) is known color: Lime Green. HEX triplet: 36, C0 and 1F. RGB value is (54,192,31). Sum of RGB (Red+Green+Blue) = 54+192+31=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 192 (75.39% from 255 or 69.31% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 192 - color contains mainly: green. Hex color #36C01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C01F is #C93FE0. Grayscale: #848484. Windows color (decimal): -13189089 or 2080822. OLE color: 2080822.
HSL color Cylindrical-coordinate representation of color #36C01F: hue angle of 111.43º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36C01F is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 31 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.25 |
| HSL | 111.43º | 0.72% | 0.44% | - |
| HSV(B) | 111.43º | 0.84% | 0.75% | - |
| XYZ | 20.62 | 38.58 | 7.66 | - |
| YUV | 132.38 | 70.78 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 31 | 0.72 | 0 | 0.84 | 0.25 | 111.43 | 0.72 | 0.44 |
| Hex | 36 | C0 | 1F | 48 | 0 | 54 | 19 | 6F | 48 | 2C |
| Octal | 66 | 300 | 37 | 110 | 0 | 124 | 31 | 157 | 110 | 54 |
| Binary | 110110 | 11000000 | 11111 | 1001000 | 0 | 1010100 | 11001 | 1101111 | 1001000 | 101100 |
Color Harmonies of #36C01F
Complementary color
Monochromatic Colors of #36C01F
Black with #36C01F
Text Example
Text Example
White with #36C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C01F; }
p { color: rgb(54,192,31); }
H1.HeaderClassName
{
color: #36C01F;
}
.AnyTagClassName
{
color: #36C01F;
}
</style>
background-color css
<style>
a { background-color: #36C01F; }
a { background-color: rgb(54,192,31); }
div.DivClassName
{
background-color: #36C01F;
}
.BgClassName
{
background-color: #36C01F;
}
</style>
border-color css
<style>
span { border-color: #36C01F; }
span { border-color: rgb(54,192,31); }
td.TdClassName
{
border-color: #36C01F;
}
.TagClassName
{
border-color: #36C01F;
}
</style>