Shades of Lime Green #55E736
Tints of Lime Green #55E736
RGB
CMYK
RGB Variations
Color information
#55E736 (or 0x55E736) is known color: Lime Green. HEX triplet: 55, E7 and 36. RGB value is (85,231,54). Sum of RGB (Red+Green+Blue) = 85+231+54=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 231 (90.62% from 255 or 62.43% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 231 - color contains mainly: green. Hex color #55E736 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E736 is #AA18C9. Grayscale: #A7A7A7. Windows color (decimal): -11147466 or 3598165. OLE color: 3598165.
HSL color Cylindrical-coordinate representation of color #55E736: hue angle of 109.49º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55E736 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 231 | 54 | - |
| CMYK | 0.63 | 0 | 0.77 | 0.09 |
| HSL | 109.49º | 0.79% | 0.56% | - |
| HSV(B) | 109.49º | 0.77% | 0.91% | - |
| XYZ | 32.99 | 59.35 | 13.21 | - |
| YUV | 167.17 | 64.13 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 231 | 54 | 0.63 | 0 | 0.77 | 0.09 | 109.49 | 0.79 | 0.56 |
| Hex | 55 | E7 | 36 | 3F | 0 | 4D | 9 | 6D | 4F | 38 |
| Octal | 125 | 347 | 66 | 77 | 0 | 115 | 11 | 155 | 117 | 70 |
| Binary | 1010101 | 11100111 | 110110 | 111111 | 0 | 1001101 | 1001 | 1101101 | 1001111 | 111000 |
Color Harmonies of #55E736
Complementary color
Monochromatic Colors of #55E736
Black with #55E736
Text Example
Text Example
White with #55E736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E736; }
p { color: rgb(85,231,54); }
H1.HeaderClassName
{
color: #55E736;
}
.AnyTagClassName
{
color: #55E736;
}
</style>
background-color css
<style>
a { background-color: #55E736; }
a { background-color: rgb(85,231,54); }
div.DivClassName
{
background-color: #55E736;
}
.BgClassName
{
background-color: #55E736;
}
</style>
border-color css
<style>
span { border-color: #55E736; }
span { border-color: rgb(85,231,54); }
td.TdClassName
{
border-color: #55E736;
}
.TagClassName
{
border-color: #55E736;
}
</style>