Shades of Lime Green #55D238
Tints of Lime Green #55D238
RGB
CMYK
RGB Variations
Color information
#55D238 (or 0x55D238) is known color: Lime Green. HEX triplet: 55, D2 and 38. RGB value is (85,210,56). Sum of RGB (Red+Green+Blue) = 85+210+56=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 210 (82.42% from 255 or 59.83% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 210 - color contains mainly: green. Hex color #55D238 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D238 is #AA2DC7. Grayscale: #9B9B9B. Windows color (decimal): -11152840 or 3723861. OLE color: 3723861.
HSL color Cylindrical-coordinate representation of color #55D238: hue angle of 108.7º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55D238 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 56 | - |
| CMYK | 0.60 | 0 | 0.73 | 0.18 |
| HSL | 108.7º | 0.63% | 0.52% | - |
| HSV(B) | 108.7º | 0.73% | 0.82% | - |
| XYZ | 27.51 | 48.31 | 11.62 | - |
| YUV | 155.07 | 72.09 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 56 | 0.60 | 0 | 0.73 | 0.18 | 108.7 | 0.63 | 0.52 |
| Hex | 55 | D2 | 38 | 3C | 0 | 49 | 12 | 6D | 3F | 34 |
| Octal | 125 | 322 | 70 | 74 | 0 | 111 | 22 | 155 | 77 | 64 |
| Binary | 1010101 | 11010010 | 111000 | 111100 | 0 | 1001001 | 10010 | 1101101 | 111111 | 110100 |
Color Harmonies of #55D238
Complementary color
Monochromatic Colors of #55D238
Black with #55D238
Text Example
Text Example
White with #55D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D238; }
p { color: rgb(85,210,56); }
H1.HeaderClassName
{
color: #55D238;
}
.AnyTagClassName
{
color: #55D238;
}
</style>
background-color css
<style>
a { background-color: #55D238; }
a { background-color: rgb(85,210,56); }
div.DivClassName
{
background-color: #55D238;
}
.BgClassName
{
background-color: #55D238;
}
</style>
border-color css
<style>
span { border-color: #55D238; }
span { border-color: rgb(85,210,56); }
td.TdClassName
{
border-color: #55D238;
}
.TagClassName
{
border-color: #55D238;
}
</style>