Shades of Lime Green #45CB53
Tints of Lime Green #45CB53
RGB
CMYK
RGB Variations
Color information
#45CB53 (or 0x45CB53) is known color: Lime Green. HEX triplet: 45, CB and 53. RGB value is (69,203,83). Sum of RGB (Red+Green+Blue) = 69+203+83=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CB53 is #BA34AC. Grayscale: #959595. Windows color (decimal): -12203181 or 5491525. OLE color: 5491525.
HSL color Cylindrical-coordinate representation of color #45CB53: hue angle of 126.27º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CB53 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 203 | 83 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.20 |
| HSL | 126.27º | 0.56% | 0.53% | - |
| HSV(B) | 126.27º | 0.66% | 0.8% | - |
| XYZ | 25.37 | 44.6 | 15.46 | - |
| YUV | 149.25 | 90.61 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 203 | 83 | 0.66 | 0 | 0.59 | 0.20 | 126.27 | 0.56 | 0.53 |
| Hex | 45 | CB | 53 | 42 | 0 | 3B | 14 | 7E | 38 | 35 |
| Octal | 105 | 313 | 123 | 102 | 0 | 73 | 24 | 176 | 70 | 65 |
| Binary | 1000101 | 11001011 | 1010011 | 1000010 | 0 | 111011 | 10100 | 1111110 | 111000 | 110101 |
Color Harmonies of #45CB53
Complementary color
Monochromatic Colors of #45CB53
Black with #45CB53
Text Example
Text Example
White with #45CB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CB53; }
p { color: rgb(69,203,83); }
H1.HeaderClassName
{
color: #45CB53;
}
.AnyTagClassName
{
color: #45CB53;
}
</style>
background-color css
<style>
a { background-color: #45CB53; }
a { background-color: rgb(69,203,83); }
div.DivClassName
{
background-color: #45CB53;
}
.BgClassName
{
background-color: #45CB53;
}
</style>
border-color css
<style>
span { border-color: #45CB53; }
span { border-color: rgb(69,203,83); }
td.TdClassName
{
border-color: #45CB53;
}
.TagClassName
{
border-color: #45CB53;
}
</style>