Shades of Lime Green #36C04C
Tints of Lime Green #36C04C
RGB
CMYK
RGB Variations
Color information
#36C04C (or 0x36C04C) is known color: Lime Green. HEX triplet: 36, C0 and 4C. RGB value is (54,192,76). Sum of RGB (Red+Green+Blue) = 54+192+76=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #36C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C04C is #C93FB3. Grayscale: #898989. Windows color (decimal): -13189044 or 5029942. OLE color: 5029942.
HSL color Cylindrical-coordinate representation of color #36C04C: hue angle of 129.57º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C04C is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 76 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.25 |
| HSL | 129.57º | 0.56% | 0.48% | - |
| HSV(B) | 129.57º | 0.72% | 0.75% | - |
| XYZ | 21.68 | 39.01 | 13.22 | - |
| YUV | 137.51 | 93.28 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 76 | 0.72 | 0 | 0.60 | 0.25 | 129.57 | 0.56 | 0.48 |
| Hex | 36 | C0 | 4C | 48 | 0 | 3C | 19 | 82 | 38 | 30 |
| Octal | 66 | 300 | 114 | 110 | 0 | 74 | 31 | 202 | 70 | 60 |
| Binary | 110110 | 11000000 | 1001100 | 1001000 | 0 | 111100 | 11001 | 10000010 | 111000 | 110000 |
Color Harmonies of #36C04C
Complementary color
Monochromatic Colors of #36C04C
Black with #36C04C
Text Example
Text Example
White with #36C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C04C; }
p { color: rgb(54,192,76); }
H1.HeaderClassName
{
color: #36C04C;
}
.AnyTagClassName
{
color: #36C04C;
}
</style>
background-color css
<style>
a { background-color: #36C04C; }
a { background-color: rgb(54,192,76); }
div.DivClassName
{
background-color: #36C04C;
}
.BgClassName
{
background-color: #36C04C;
}
</style>
border-color css
<style>
span { border-color: #36C04C; }
span { border-color: rgb(54,192,76); }
td.TdClassName
{
border-color: #36C04C;
}
.TagClassName
{
border-color: #36C04C;
}
</style>