Shades of Lime Green #36FF41
Tints of Lime Green #36FF41
RGB
CMYK
RGB Variations
Color information
#36FF41 (or 0x36FF41) is known color: Lime Green. HEX triplet: 36, FF and 41. RGB value is (54,255,65). Sum of RGB (Red+Green+Blue) = 54+255+65=374 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.44% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FF41 is #C900BE. Grayscale: #ADADAD. Windows color (decimal): -13172927 or 4325174. OLE color: 4325174.
HSL color Cylindrical-coordinate representation of color #36FF41: hue angle of 123.28º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FF41 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 65 | - |
| CMYK | 0.79 | 0 | 0.75 | 0 |
| HSL | 123.28º | 1% | 0.61% | - |
| HSV(B) | 123.28º | 0.79% | 1% | - |
| XYZ | 38.24 | 72.69 | 17.02 | - |
| YUV | 173.24 | 66.91 | 42.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 65 | 0.79 | 0 | 0.75 | 0 | 123.28 | 1 | 0.61 |
| Hex | 36 | FF | 41 | 4F | 0 | 4B | 0 | 7B | 64 | 3D |
| Octal | 66 | 377 | 101 | 117 | 0 | 113 | 0 | 173 | 144 | 75 |
| Binary | 110110 | 11111111 | 1000001 | 1001111 | 0 | 1001011 | 0 | 1111011 | 1100100 | 111101 |
Color Harmonies of #36FF41
Complementary color
Monochromatic Colors of #36FF41
Black with #36FF41
Text Example
Text Example
White with #36FF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FF41; }
p { color: rgb(54,255,65); }
H1.HeaderClassName
{
color: #36FF41;
}
.AnyTagClassName
{
color: #36FF41;
}
</style>
background-color css
<style>
a { background-color: #36FF41; }
a { background-color: rgb(54,255,65); }
div.DivClassName
{
background-color: #36FF41;
}
.BgClassName
{
background-color: #36FF41;
}
</style>
border-color css
<style>
span { border-color: #36FF41; }
span { border-color: rgb(54,255,65); }
td.TdClassName
{
border-color: #36FF41;
}
.TagClassName
{
border-color: #36FF41;
}
</style>