Shades of Lime Green #53CE38
Tints of Lime Green #53CE38
RGB
CMYK
RGB Variations
Color information
#53CE38 (or 0x53CE38) is known color: Lime Green. HEX triplet: 53, CE and 38. RGB value is (83,206,56). Sum of RGB (Red+Green+Blue) = 83+206+56=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 206 (80.86% from 255 or 59.71% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 206 - color contains mainly: green. Hex color #53CE38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CE38 is #AC31C7. Grayscale: #989898. Windows color (decimal): -11284936 or 3722835. OLE color: 3722835.
HSL color Cylindrical-coordinate representation of color #53CE38: hue angle of 109.2º degrees, saturation: 0.6, 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 #53CE38 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 56 | - |
| CMYK | 0.60 | 0 | 0.73 | 0.19 |
| HSL | 109.2º | 0.6% | 0.51% | - |
| HSV(B) | 109.2º | 0.73% | 0.81% | - |
| XYZ | 26.35 | 46.27 | 11.28 | - |
| YUV | 152.12 | 73.75 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 56 | 0.60 | 0 | 0.73 | 0.19 | 109.2 | 0.6 | 0.51 |
| Hex | 53 | CE | 38 | 3C | 0 | 49 | 13 | 6D | 3C | 33 |
| Octal | 123 | 316 | 70 | 74 | 0 | 111 | 23 | 155 | 74 | 63 |
| Binary | 1010011 | 11001110 | 111000 | 111100 | 0 | 1001001 | 10011 | 1101101 | 111100 | 110011 |
Color Harmonies of #53CE38
Complementary color
Monochromatic Colors of #53CE38
Black with #53CE38
Text Example
Text Example
White with #53CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CE38; }
p { color: rgb(83,206,56); }
H1.HeaderClassName
{
color: #53CE38;
}
.AnyTagClassName
{
color: #53CE38;
}
</style>
background-color css
<style>
a { background-color: #53CE38; }
a { background-color: rgb(83,206,56); }
div.DivClassName
{
background-color: #53CE38;
}
.BgClassName
{
background-color: #53CE38;
}
</style>
border-color css
<style>
span { border-color: #53CE38; }
span { border-color: rgb(83,206,56); }
td.TdClassName
{
border-color: #53CE38;
}
.TagClassName
{
border-color: #53CE38;
}
</style>