Shades of Lime Green #36F43D
Tints of Lime Green #36F43D
RGB
CMYK
RGB Variations
Color information
#36F43D (or 0x36F43D) is known color: Lime Green. HEX triplet: 36, F4 and 3D. RGB value is (54,244,61). Sum of RGB (Red+Green+Blue) = 54+244+61=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 244 (95.70% from 255 or 67.97% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 244 - color contains mainly: green. Hex color #36F43D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F43D is #C90BC2. Grayscale: #A6A6A6. Windows color (decimal): -13175747 or 4060214. OLE color: 4060214.
HSL color Cylindrical-coordinate representation of color #36F43D: hue angle of 122.21º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F43D is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 244 | 61 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.04 |
| HSL | 122.21º | 0.9% | 0.58% | - |
| HSV(B) | 122.21º | 0.78% | 0.96% | - |
| XYZ | 34.71 | 65.82 | 15.29 | - |
| YUV | 166.33 | 68.55 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 244 | 61 | 0.78 | 0 | 0.75 | 0.04 | 122.21 | 0.9 | 0.58 |
| Hex | 36 | F4 | 3D | 4E | 0 | 4B | 4 | 7A | 5A | 3A |
| Octal | 66 | 364 | 75 | 116 | 0 | 113 | 4 | 172 | 132 | 72 |
| Binary | 110110 | 11110100 | 111101 | 1001110 | 0 | 1001011 | 100 | 1111010 | 1011010 | 111010 |
Color Harmonies of #36F43D
Complementary color
Monochromatic Colors of #36F43D
Black with #36F43D
Text Example
Text Example
White with #36F43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F43D; }
p { color: rgb(54,244,61); }
H1.HeaderClassName
{
color: #36F43D;
}
.AnyTagClassName
{
color: #36F43D;
}
</style>
background-color css
<style>
a { background-color: #36F43D; }
a { background-color: rgb(54,244,61); }
div.DivClassName
{
background-color: #36F43D;
}
.BgClassName
{
background-color: #36F43D;
}
</style>
border-color css
<style>
span { border-color: #36F43D; }
span { border-color: rgb(54,244,61); }
td.TdClassName
{
border-color: #36F43D;
}
.TagClassName
{
border-color: #36F43D;
}
</style>