Shades of Lime Green #36F127
Tints of Lime Green #36F127
RGB
CMYK
RGB Variations
Color information
#36F127 (or 0x36F127) is known color: Lime Green. HEX triplet: 36, F1 and 27. RGB value is (54,241,39). Sum of RGB (Red+Green+Blue) = 54+241+39=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 241 (94.53% from 255 or 72.16% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 241 - color contains mainly: green. Hex color #36F127 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F127 is #C90ED8. Grayscale: #A2A2A2. Windows color (decimal): -13176537 or 2617654. OLE color: 2617654.
HSL color Cylindrical-coordinate representation of color #36F127: hue angle of 115.54º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36F127 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 241 | 39 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.05 |
| HSL | 115.54º | 0.88% | 0.55% | - |
| HSV(B) | 115.54º | 0.84% | 0.95% | - |
| XYZ | 33.34 | 63.84 | 12.48 | - |
| YUV | 162.06 | 58.55 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 241 | 39 | 0.78 | 0 | 0.84 | 0.05 | 115.54 | 0.88 | 0.55 |
| Hex | 36 | F1 | 27 | 4E | 0 | 54 | 5 | 74 | 58 | 37 |
| Octal | 66 | 361 | 47 | 116 | 0 | 124 | 5 | 164 | 130 | 67 |
| Binary | 110110 | 11110001 | 100111 | 1001110 | 0 | 1010100 | 101 | 1110100 | 1011000 | 110111 |
Color Harmonies of #36F127
Complementary color
Monochromatic Colors of #36F127
Black with #36F127
Text Example
Text Example
White with #36F127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F127; }
p { color: rgb(54,241,39); }
H1.HeaderClassName
{
color: #36F127;
}
.AnyTagClassName
{
color: #36F127;
}
</style>
background-color css
<style>
a { background-color: #36F127; }
a { background-color: rgb(54,241,39); }
div.DivClassName
{
background-color: #36F127;
}
.BgClassName
{
background-color: #36F127;
}
</style>
border-color css
<style>
span { border-color: #36F127; }
span { border-color: rgb(54,241,39); }
td.TdClassName
{
border-color: #36F127;
}
.TagClassName
{
border-color: #36F127;
}
</style>