Shades of Lime Green #45B733
Tints of Lime Green #45B733
RGB
CMYK
RGB Variations
Color information
#45B733 (or 0x45B733) is known color: Lime Green. HEX triplet: 45, B7 and 33. RGB value is (69,183,51). Sum of RGB (Red+Green+Blue) = 69+183+51=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #45B733 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B733 is #BA48CC. Grayscale: #868686. Windows color (decimal): -12208333 or 3389253. OLE color: 3389253.
HSL color Cylindrical-coordinate representation of color #45B733: hue angle of 111.82º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45B733 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 69 | 183 | 51 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.28 |
| HSL | 111.82º | 0.56% | 0.46% | - |
| HSV(B) | 111.82º | 0.72% | 0.72% | - |
| XYZ | 19.99 | 35.37 | 8.91 | - |
| YUV | 133.87 | 81.23 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 183 | 51 | 0.62 | 0 | 0.72 | 0.28 | 111.82 | 0.56 | 0.46 |
| Hex | 45 | B7 | 33 | 3E | 0 | 48 | 1C | 70 | 38 | 2E |
| Octal | 105 | 267 | 63 | 76 | 0 | 110 | 34 | 160 | 70 | 56 |
| Binary | 1000101 | 10110111 | 110011 | 111110 | 0 | 1001000 | 11100 | 1110000 | 111000 | 101110 |
Color Harmonies of #45B733
Complementary color
Monochromatic Colors of #45B733
Black with #45B733
Text Example
Text Example
White with #45B733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B733; }
p { color: rgb(69,183,51); }
H1.HeaderClassName
{
color: #45B733;
}
.AnyTagClassName
{
color: #45B733;
}
</style>
background-color css
<style>
a { background-color: #45B733; }
a { background-color: rgb(69,183,51); }
div.DivClassName
{
background-color: #45B733;
}
.BgClassName
{
background-color: #45B733;
}
</style>
border-color css
<style>
span { border-color: #45B733; }
span { border-color: rgb(69,183,51); }
td.TdClassName
{
border-color: #45B733;
}
.TagClassName
{
border-color: #45B733;
}
</style>