Shades of Lime Green #55F330
Tints of Lime Green #55F330
RGB
CMYK
RGB Variations
Color information
#55F330 (or 0x55F330) is known color: Lime Green. HEX triplet: 55, F3 and 30. RGB value is (85,243,48). Sum of RGB (Red+Green+Blue) = 85+243+48=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 243 (95.31% from 255 or 64.63% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 243 - color contains mainly: green. Hex color #55F330 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F330 is #AA0CCF. Grayscale: #AEAEAE. Windows color (decimal): -11144400 or 3208021. OLE color: 3208021.
HSL color Cylindrical-coordinate representation of color #55F330: hue angle of 108.62º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55F330 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 243 | 48 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.05 |
| HSL | 108.62º | 0.89% | 0.57% | - |
| HSV(B) | 108.62º | 0.8% | 0.95% | - |
| XYZ | 36.33 | 66.25 | 13.67 | - |
| YUV | 173.53 | 57.15 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 243 | 48 | 0.65 | 0 | 0.80 | 0.05 | 108.62 | 0.89 | 0.57 |
| Hex | 55 | F3 | 30 | 41 | 0 | 50 | 5 | 6D | 59 | 39 |
| Octal | 125 | 363 | 60 | 101 | 0 | 120 | 5 | 155 | 131 | 71 |
| Binary | 1010101 | 11110011 | 110000 | 1000001 | 0 | 1010000 | 101 | 1101101 | 1011001 | 111001 |
Color Harmonies of #55F330
Complementary color
Monochromatic Colors of #55F330
Black with #55F330
Text Example
Text Example
White with #55F330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F330; }
p { color: rgb(85,243,48); }
H1.HeaderClassName
{
color: #55F330;
}
.AnyTagClassName
{
color: #55F330;
}
</style>
background-color css
<style>
a { background-color: #55F330; }
a { background-color: rgb(85,243,48); }
div.DivClassName
{
background-color: #55F330;
}
.BgClassName
{
background-color: #55F330;
}
</style>
border-color css
<style>
span { border-color: #55F330; }
span { border-color: rgb(85,243,48); }
td.TdClassName
{
border-color: #55F330;
}
.TagClassName
{
border-color: #55F330;
}
</style>