Shades of Lime Green #45B93B
Tints of Lime Green #45B93B
RGB
CMYK
RGB Variations
Color information
#45B93B (or 0x45B93B) is known color: Lime Green. HEX triplet: 45, B9 and 3B. RGB value is (69,185,59). Sum of RGB (Red+Green+Blue) = 69+185+59=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 185 (72.66% from 255 or 59.11% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 185 - color contains mainly: green. Hex color #45B93B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B93B is #BA46C4. Grayscale: #888888. Windows color (decimal): -12207813 or 3914053. OLE color: 3914053.
HSL color Cylindrical-coordinate representation of color #45B93B: hue angle of 115.24º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45B93B is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 185 | 59 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.27 |
| HSL | 115.24º | 0.52% | 0.48% | - |
| HSV(B) | 115.24º | 0.68% | 0.73% | - |
| XYZ | 20.59 | 36.28 | 10.05 | - |
| YUV | 135.95 | 84.57 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 185 | 59 | 0.63 | 0 | 0.68 | 0.27 | 115.24 | 0.52 | 0.48 |
| Hex | 45 | B9 | 3B | 3F | 0 | 44 | 1B | 73 | 34 | 30 |
| Octal | 105 | 271 | 73 | 77 | 0 | 104 | 33 | 163 | 64 | 60 |
| Binary | 1000101 | 10111001 | 111011 | 111111 | 0 | 1000100 | 11011 | 1110011 | 110100 | 110000 |
Color Harmonies of #45B93B
Complementary color
Monochromatic Colors of #45B93B
Black with #45B93B
Text Example
Text Example
White with #45B93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B93B; }
p { color: rgb(69,185,59); }
H1.HeaderClassName
{
color: #45B93B;
}
.AnyTagClassName
{
color: #45B93B;
}
</style>
background-color css
<style>
a { background-color: #45B93B; }
a { background-color: rgb(69,185,59); }
div.DivClassName
{
background-color: #45B93B;
}
.BgClassName
{
background-color: #45B93B;
}
</style>
border-color css
<style>
span { border-color: #45B93B; }
span { border-color: rgb(69,185,59); }
td.TdClassName
{
border-color: #45B93B;
}
.TagClassName
{
border-color: #45B93B;
}
</style>