Shades of Lime Green #36C448
Tints of Lime Green #36C448
RGB
CMYK
RGB Variations
Color information
#36C448 (or 0x36C448) is known color: Lime Green. HEX triplet: 36, C4 and 48. RGB value is (54,196,72). Sum of RGB (Red+Green+Blue) = 54+196+72=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 196 (76.95% from 255 or 60.87% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 196 - color contains mainly: green. Hex color #36C448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C448 is #C93BB7. Grayscale: #8B8B8B. Windows color (decimal): -13188024 or 4768822. OLE color: 4768822.
HSL color Cylindrical-coordinate representation of color #36C448: hue angle of 127.61º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C448 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 196 | 72 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.23 |
| HSL | 127.61º | 0.57% | 0.49% | - |
| HSV(B) | 127.61º | 0.72% | 0.77% | - |
| XYZ | 22.43 | 40.73 | 12.81 | - |
| YUV | 139.41 | 89.96 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 196 | 72 | 0.72 | 0 | 0.63 | 0.23 | 127.61 | 0.57 | 0.49 |
| Hex | 36 | C4 | 48 | 48 | 0 | 3F | 17 | 80 | 39 | 31 |
| Octal | 66 | 304 | 110 | 110 | 0 | 77 | 27 | 200 | 71 | 61 |
| Binary | 110110 | 11000100 | 1001000 | 1001000 | 0 | 111111 | 10111 | 10000000 | 111001 | 110001 |
Color Harmonies of #36C448
Complementary color
Monochromatic Colors of #36C448
Black with #36C448
Text Example
Text Example
White with #36C448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C448; }
p { color: rgb(54,196,72); }
H1.HeaderClassName
{
color: #36C448;
}
.AnyTagClassName
{
color: #36C448;
}
</style>
background-color css
<style>
a { background-color: #36C448; }
a { background-color: rgb(54,196,72); }
div.DivClassName
{
background-color: #36C448;
}
.BgClassName
{
background-color: #36C448;
}
</style>
border-color css
<style>
span { border-color: #36C448; }
span { border-color: rgb(54,196,72); }
td.TdClassName
{
border-color: #36C448;
}
.TagClassName
{
border-color: #36C448;
}
</style>