Shades of Lime Green #36F949
Tints of Lime Green #36F949
RGB
CMYK
RGB Variations
Color information
#36F949 (or 0x36F949) is known color: Lime Green. HEX triplet: 36, F9 and 49. RGB value is (54,249,73). Sum of RGB (Red+Green+Blue) = 54+249+73=376 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.36% from 376); Green value is 249 (97.66% from 255 or 66.22% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 249 - color contains mainly: green. Hex color #36F949 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F949 is #C906B6. Grayscale: #ABABAB. Windows color (decimal): -13174455 or 4847926. OLE color: 4847926.
HSL color Cylindrical-coordinate representation of color #36F949: hue angle of 125.85º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F949 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 249 | 73 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.02 |
| HSL | 125.85º | 0.94% | 0.59% | - |
| HSV(B) | 125.85º | 0.78% | 0.98% | - |
| XYZ | 36.6 | 69.02 | 17.7 | - |
| YUV | 170.63 | 72.9 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 249 | 73 | 0.78 | 0 | 0.71 | 0.02 | 125.85 | 0.94 | 0.59 |
| Hex | 36 | F9 | 49 | 4E | 0 | 47 | 2 | 7E | 5E | 3B |
| Octal | 66 | 371 | 111 | 116 | 0 | 107 | 2 | 176 | 136 | 73 |
| Binary | 110110 | 11111001 | 1001001 | 1001110 | 0 | 1000111 | 10 | 1111110 | 1011110 | 111011 |
Color Harmonies of #36F949
Complementary color
Monochromatic Colors of #36F949
Black with #36F949
Text Example
Text Example
White with #36F949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F949; }
p { color: rgb(54,249,73); }
H1.HeaderClassName
{
color: #36F949;
}
.AnyTagClassName
{
color: #36F949;
}
</style>
background-color css
<style>
a { background-color: #36F949; }
a { background-color: rgb(54,249,73); }
div.DivClassName
{
background-color: #36F949;
}
.BgClassName
{
background-color: #36F949;
}
</style>
border-color css
<style>
span { border-color: #36F949; }
span { border-color: rgb(54,249,73); }
td.TdClassName
{
border-color: #36F949;
}
.TagClassName
{
border-color: #36F949;
}
</style>