Shades of Lime Green #53CF37
Tints of Lime Green #53CF37
RGB
CMYK
RGB Variations
Color information
#53CF37 (or 0x53CF37) is known color: Lime Green. HEX triplet: 53, CF and 37. RGB value is (83,207,55). Sum of RGB (Red+Green+Blue) = 83+207+55=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CF37 is #AC30C8. Grayscale: #999999. Windows color (decimal): -11284681 or 3657555. OLE color: 3657555.
HSL color Cylindrical-coordinate representation of color #53CF37: hue angle of 108.95º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53CF37 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 55 | - |
| CMYK | 0.60 | 0 | 0.73 | 0.19 |
| HSL | 108.95º | 0.61% | 0.51% | - |
| HSV(B) | 108.95º | 0.73% | 0.81% | - |
| XYZ | 26.57 | 46.74 | 11.24 | - |
| YUV | 152.6 | 72.92 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 55 | 0.60 | 0 | 0.73 | 0.19 | 108.95 | 0.61 | 0.51 |
| Hex | 53 | CF | 37 | 3C | 0 | 49 | 13 | 6D | 3D | 33 |
| Octal | 123 | 317 | 67 | 74 | 0 | 111 | 23 | 155 | 75 | 63 |
| Binary | 1010011 | 11001111 | 110111 | 111100 | 0 | 1001001 | 10011 | 1101101 | 111101 | 110011 |
Color Harmonies of #53CF37
Complementary color
Monochromatic Colors of #53CF37
Black with #53CF37
Text Example
Text Example
White with #53CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CF37; }
p { color: rgb(83,207,55); }
H1.HeaderClassName
{
color: #53CF37;
}
.AnyTagClassName
{
color: #53CF37;
}
</style>
background-color css
<style>
a { background-color: #53CF37; }
a { background-color: rgb(83,207,55); }
div.DivClassName
{
background-color: #53CF37;
}
.BgClassName
{
background-color: #53CF37;
}
</style>
border-color css
<style>
span { border-color: #53CF37; }
span { border-color: rgb(83,207,55); }
td.TdClassName
{
border-color: #53CF37;
}
.TagClassName
{
border-color: #53CF37;
}
</style>