Shades of Lime Green #45CE53
Tints of Lime Green #45CE53
RGB
CMYK
RGB Variations
Color information
#45CE53 (or 0x45CE53) is known color: Lime Green. HEX triplet: 45, CE and 53. RGB value is (69,206,83). Sum of RGB (Red+Green+Blue) = 69+206+83=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 206 (80.86% from 255 or 57.54% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 206 - color contains mainly: green. Hex color #45CE53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CE53 is #BA31AC. Grayscale: #979797. Windows color (decimal): -12202413 or 5492293. OLE color: 5492293.
HSL color Cylindrical-coordinate representation of color #45CE53: hue angle of 126.13º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CE53 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 83 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.19 |
| HSL | 126.13º | 0.58% | 0.54% | - |
| HSV(B) | 126.13º | 0.67% | 0.81% | - |
| XYZ | 26.09 | 46.03 | 15.69 | - |
| YUV | 151.02 | 89.61 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 83 | 0.67 | 0 | 0.60 | 0.19 | 126.13 | 0.58 | 0.54 |
| Hex | 45 | CE | 53 | 43 | 0 | 3C | 13 | 7E | 3A | 36 |
| Octal | 105 | 316 | 123 | 103 | 0 | 74 | 23 | 176 | 72 | 66 |
| Binary | 1000101 | 11001110 | 1010011 | 1000011 | 0 | 111100 | 10011 | 1111110 | 111010 | 110110 |
Color Harmonies of #45CE53
Complementary color
Monochromatic Colors of #45CE53
Black with #45CE53
Text Example
Text Example
White with #45CE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CE53; }
p { color: rgb(69,206,83); }
H1.HeaderClassName
{
color: #45CE53;
}
.AnyTagClassName
{
color: #45CE53;
}
</style>
background-color css
<style>
a { background-color: #45CE53; }
a { background-color: rgb(69,206,83); }
div.DivClassName
{
background-color: #45CE53;
}
.BgClassName
{
background-color: #45CE53;
}
</style>
border-color css
<style>
span { border-color: #45CE53; }
span { border-color: rgb(69,206,83); }
td.TdClassName
{
border-color: #45CE53;
}
.TagClassName
{
border-color: #45CE53;
}
</style>