Shades of Lime Green #36F225
Tints of Lime Green #36F225
RGB
CMYK
RGB Variations
Color information
#36F225 (or 0x36F225) is known color: Lime Green. HEX triplet: 36, F2 and 25. RGB value is (54,242,37). Sum of RGB (Red+Green+Blue) = 54+242+37=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 242 (94.92% from 255 or 72.67% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 242 - color contains mainly: green. Hex color #36F225 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F225 is #C90DDA. Grayscale: #A3A3A3. Windows color (decimal): -13176283 or 2486838. OLE color: 2486838.
HSL color Cylindrical-coordinate representation of color #36F225: hue angle of 115.02º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36F225 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 242 | 37 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.05 |
| HSL | 115.02º | 0.89% | 0.55% | - |
| HSV(B) | 115.02º | 0.85% | 0.95% | - |
| XYZ | 33.61 | 64.42 | 12.41 | - |
| YUV | 162.42 | 57.22 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 242 | 37 | 0.78 | 0 | 0.85 | 0.05 | 115.02 | 0.89 | 0.55 |
| Hex | 36 | F2 | 25 | 4E | 0 | 55 | 5 | 73 | 59 | 37 |
| Octal | 66 | 362 | 45 | 116 | 0 | 125 | 5 | 163 | 131 | 67 |
| Binary | 110110 | 11110010 | 100101 | 1001110 | 0 | 1010101 | 101 | 1110011 | 1011001 | 110111 |
Color Harmonies of #36F225
Complementary color
Monochromatic Colors of #36F225
Black with #36F225
Text Example
Text Example
White with #36F225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F225; }
p { color: rgb(54,242,37); }
H1.HeaderClassName
{
color: #36F225;
}
.AnyTagClassName
{
color: #36F225;
}
</style>
background-color css
<style>
a { background-color: #36F225; }
a { background-color: rgb(54,242,37); }
div.DivClassName
{
background-color: #36F225;
}
.BgClassName
{
background-color: #36F225;
}
</style>
border-color css
<style>
span { border-color: #36F225; }
span { border-color: rgb(54,242,37); }
td.TdClassName
{
border-color: #36F225;
}
.TagClassName
{
border-color: #36F225;
}
</style>