Shades of Lime Green #36C243
Tints of Lime Green #36C243
RGB
CMYK
RGB Variations
Color information
#36C243 (or 0x36C243) is known color: Lime Green. HEX triplet: 36, C2 and 43. RGB value is (54,194,67). Sum of RGB (Red+Green+Blue) = 54+194+67=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 194 (76.17% from 255 or 61.59% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 194 - color contains mainly: green. Hex color #36C243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C243 is #C93DBC. Grayscale: #8A8A8A. Windows color (decimal): -13188541 or 4440630. OLE color: 4440630.
HSL color Cylindrical-coordinate representation of color #36C243: hue angle of 125.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C243 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 194 | 67 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.24 |
| HSL | 125.57º | 0.56% | 0.49% | - |
| HSV(B) | 125.57º | 0.72% | 0.76% | - |
| XYZ | 21.83 | 39.77 | 11.84 | - |
| YUV | 137.66 | 88.12 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 194 | 67 | 0.72 | 0 | 0.65 | 0.24 | 125.57 | 0.56 | 0.49 |
| Hex | 36 | C2 | 43 | 48 | 0 | 41 | 18 | 7E | 38 | 31 |
| Octal | 66 | 302 | 103 | 110 | 0 | 101 | 30 | 176 | 70 | 61 |
| Binary | 110110 | 11000010 | 1000011 | 1001000 | 0 | 1000001 | 11000 | 1111110 | 111000 | 110001 |
Color Harmonies of #36C243
Complementary color
Monochromatic Colors of #36C243
Black with #36C243
Text Example
Text Example
White with #36C243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C243; }
p { color: rgb(54,194,67); }
H1.HeaderClassName
{
color: #36C243;
}
.AnyTagClassName
{
color: #36C243;
}
</style>
background-color css
<style>
a { background-color: #36C243; }
a { background-color: rgb(54,194,67); }
div.DivClassName
{
background-color: #36C243;
}
.BgClassName
{
background-color: #36C243;
}
</style>
border-color css
<style>
span { border-color: #36C243; }
span { border-color: rgb(54,194,67); }
td.TdClassName
{
border-color: #36C243;
}
.TagClassName
{
border-color: #36C243;
}
</style>