Shades of Lime Green #45BB36
Tints of Lime Green #45BB36
RGB
CMYK
RGB Variations
Color information
#45BB36 (or 0x45BB36) is known color: Lime Green. HEX triplet: 45, BB and 36. RGB value is (69,187,54). Sum of RGB (Red+Green+Blue) = 69+187+54=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 187 (73.44% from 255 or 60.32% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 187 - color contains mainly: green. Hex color #45BB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BB36 is #BA44C9. Grayscale: #888888. Windows color (decimal): -12207306 or 3586885. OLE color: 3586885.
HSL color Cylindrical-coordinate representation of color #45BB36: hue angle of 113.23º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45BB36 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 187 | 54 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.27 |
| HSL | 113.23º | 0.55% | 0.47% | - |
| HSV(B) | 113.23º | 0.71% | 0.73% | - |
| XYZ | 20.89 | 37.07 | 9.54 | - |
| YUV | 136.56 | 81.41 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 187 | 54 | 0.63 | 0 | 0.71 | 0.27 | 113.23 | 0.55 | 0.47 |
| Hex | 45 | BB | 36 | 3F | 0 | 47 | 1B | 71 | 37 | 2F |
| Octal | 105 | 273 | 66 | 77 | 0 | 107 | 33 | 161 | 67 | 57 |
| Binary | 1000101 | 10111011 | 110110 | 111111 | 0 | 1000111 | 11011 | 1110001 | 110111 | 101111 |
Color Harmonies of #45BB36
Complementary color
Monochromatic Colors of #45BB36
Black with #45BB36
Text Example
Text Example
White with #45BB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BB36; }
p { color: rgb(69,187,54); }
H1.HeaderClassName
{
color: #45BB36;
}
.AnyTagClassName
{
color: #45BB36;
}
</style>
background-color css
<style>
a { background-color: #45BB36; }
a { background-color: rgb(69,187,54); }
div.DivClassName
{
background-color: #45BB36;
}
.BgClassName
{
background-color: #45BB36;
}
</style>
border-color css
<style>
span { border-color: #45BB36; }
span { border-color: rgb(69,187,54); }
td.TdClassName
{
border-color: #45BB36;
}
.TagClassName
{
border-color: #45BB36;
}
</style>