Shades of Lime Green #36F63E
Tints of Lime Green #36F63E
RGB
CMYK
RGB Variations
Color information
#36F63E (or 0x36F63E) is known color: Lime Green. HEX triplet: 36, F6 and 3E. RGB value is (54,246,62). Sum of RGB (Red+Green+Blue) = 54+246+62=362 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.92% from 362); Green value is 246 (96.48% from 255 or 67.96% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 246 - color contains mainly: green. Hex color #36F63E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F63E is #C909C1. Grayscale: #A8A8A8. Windows color (decimal): -13175234 or 4126262. OLE color: 4126262.
HSL color Cylindrical-coordinate representation of color #36F63E: hue angle of 122.5º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F63E is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 246 | 62 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.04 |
| HSL | 122.5º | 0.91% | 0.59% | - |
| HSV(B) | 122.5º | 0.78% | 0.96% | - |
| XYZ | 35.35 | 67.04 | 15.64 | - |
| YUV | 167.62 | 68.39 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 246 | 62 | 0.78 | 0 | 0.75 | 0.04 | 122.5 | 0.91 | 0.59 |
| Hex | 36 | F6 | 3E | 4E | 0 | 4B | 4 | 7B | 5B | 3B |
| Octal | 66 | 366 | 76 | 116 | 0 | 113 | 4 | 173 | 133 | 73 |
| Binary | 110110 | 11110110 | 111110 | 1001110 | 0 | 1001011 | 100 | 1111011 | 1011011 | 111011 |
Color Harmonies of #36F63E
Complementary color
Monochromatic Colors of #36F63E
Black with #36F63E
Text Example
Text Example
White with #36F63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F63E; }
p { color: rgb(54,246,62); }
H1.HeaderClassName
{
color: #36F63E;
}
.AnyTagClassName
{
color: #36F63E;
}
</style>
background-color css
<style>
a { background-color: #36F63E; }
a { background-color: rgb(54,246,62); }
div.DivClassName
{
background-color: #36F63E;
}
.BgClassName
{
background-color: #36F63E;
}
</style>
border-color css
<style>
span { border-color: #36F63E; }
span { border-color: rgb(54,246,62); }
td.TdClassName
{
border-color: #36F63E;
}
.TagClassName
{
border-color: #36F63E;
}
</style>