Shades of Lime Green #36F74C
Tints of Lime Green #36F74C
RGB
CMYK
RGB Variations
Color information
#36F74C (or 0x36F74C) is known color: Lime Green. HEX triplet: 36, F7 and 4C. RGB value is (54,247,76). Sum of RGB (Red+Green+Blue) = 54+247+76=377 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.32% from 377); Green value is 247 (96.88% from 255 or 65.52% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 247 - color contains mainly: green. Hex color #36F74C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F74C is #C908B3. Grayscale: #AAAAAA. Windows color (decimal): -13174964 or 5044022. OLE color: 5044022.
HSL color Cylindrical-coordinate representation of color #36F74C: hue angle of 126.84º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F74C is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 247 | 76 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.03 |
| HSL | 126.84º | 0.92% | 0.59% | - |
| HSV(B) | 126.84º | 0.78% | 0.97% | - |
| XYZ | 36.09 | 67.83 | 18.03 | - |
| YUV | 169.8 | 75.06 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 247 | 76 | 0.78 | 0 | 0.69 | 0.03 | 126.84 | 0.92 | 0.59 |
| Hex | 36 | F7 | 4C | 4E | 0 | 45 | 3 | 7F | 5C | 3B |
| Octal | 66 | 367 | 114 | 116 | 0 | 105 | 3 | 177 | 134 | 73 |
| Binary | 110110 | 11110111 | 1001100 | 1001110 | 0 | 1000101 | 11 | 1111111 | 1011100 | 111011 |
Color Harmonies of #36F74C
Complementary color
Monochromatic Colors of #36F74C
Black with #36F74C
Text Example
Text Example
White with #36F74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F74C; }
p { color: rgb(54,247,76); }
H1.HeaderClassName
{
color: #36F74C;
}
.AnyTagClassName
{
color: #36F74C;
}
</style>
background-color css
<style>
a { background-color: #36F74C; }
a { background-color: rgb(54,247,76); }
div.DivClassName
{
background-color: #36F74C;
}
.BgClassName
{
background-color: #36F74C;
}
</style>
border-color css
<style>
span { border-color: #36F74C; }
span { border-color: rgb(54,247,76); }
td.TdClassName
{
border-color: #36F74C;
}
.TagClassName
{
border-color: #36F74C;
}
</style>