Shades of Lime Green #36F243
Tints of Lime Green #36F243
RGB
CMYK
RGB Variations
Color information
#36F243 (or 0x36F243) is known color: Lime Green. HEX triplet: 36, F2 and 43. RGB value is (54,242,67). Sum of RGB (Red+Green+Blue) = 54+242+67=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #36F243 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F243 is #C90DBC. Grayscale: #A6A6A6. Windows color (decimal): -13176253 or 4452918. OLE color: 4452918.
HSL color Cylindrical-coordinate representation of color #36F243: hue angle of 124.15º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F243 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 242 | 67 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.05 |
| HSL | 124.15º | 0.88% | 0.58% | - |
| HSV(B) | 124.15º | 0.78% | 0.95% | - |
| XYZ | 34.29 | 64.69 | 15.99 | - |
| YUV | 165.84 | 72.22 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 242 | 67 | 0.78 | 0 | 0.72 | 0.05 | 124.15 | 0.88 | 0.58 |
| Hex | 36 | F2 | 43 | 4E | 0 | 48 | 5 | 7C | 58 | 3A |
| Octal | 66 | 362 | 103 | 116 | 0 | 110 | 5 | 174 | 130 | 72 |
| Binary | 110110 | 11110010 | 1000011 | 1001110 | 0 | 1001000 | 101 | 1111100 | 1011000 | 111010 |
Color Harmonies of #36F243
Complementary color
Monochromatic Colors of #36F243
Black with #36F243
Text Example
Text Example
White with #36F243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F243; }
p { color: rgb(54,242,67); }
H1.HeaderClassName
{
color: #36F243;
}
.AnyTagClassName
{
color: #36F243;
}
</style>
background-color css
<style>
a { background-color: #36F243; }
a { background-color: rgb(54,242,67); }
div.DivClassName
{
background-color: #36F243;
}
.BgClassName
{
background-color: #36F243;
}
</style>
border-color css
<style>
span { border-color: #36F243; }
span { border-color: rgb(54,242,67); }
td.TdClassName
{
border-color: #36F243;
}
.TagClassName
{
border-color: #36F243;
}
</style>