Shades of Lime Green #45C33F
Tints of Lime Green #45C33F
RGB
CMYK
RGB Variations
Color information
#45C33F (or 0x45C33F) is known color: Lime Green. HEX triplet: 45, C3 and 3F. RGB value is (69,195,63). Sum of RGB (Red+Green+Blue) = 69+195+63=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 195 (76.56% from 255 or 59.63% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 195 - color contains mainly: green. Hex color #45C33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C33F is #BA3CC0. Grayscale: #8E8E8E. Windows color (decimal): -12205249 or 4178757. OLE color: 4178757.
HSL color Cylindrical-coordinate representation of color #45C33F: hue angle of 117.27º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45C33F is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 195 | 63 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.24 |
| HSL | 117.27º | 0.52% | 0.51% | - |
| HSV(B) | 117.27º | 0.68% | 0.76% | - |
| XYZ | 22.87 | 40.65 | 11.34 | - |
| YUV | 142.28 | 83.26 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 195 | 63 | 0.65 | 0 | 0.68 | 0.24 | 117.27 | 0.52 | 0.51 |
| Hex | 45 | C3 | 3F | 41 | 0 | 44 | 18 | 75 | 34 | 33 |
| Octal | 105 | 303 | 77 | 101 | 0 | 104 | 30 | 165 | 64 | 63 |
| Binary | 1000101 | 11000011 | 111111 | 1000001 | 0 | 1000100 | 11000 | 1110101 | 110100 | 110011 |
Color Harmonies of #45C33F
Complementary color
Monochromatic Colors of #45C33F
Black with #45C33F
Text Example
Text Example
White with #45C33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C33F; }
p { color: rgb(69,195,63); }
H1.HeaderClassName
{
color: #45C33F;
}
.AnyTagClassName
{
color: #45C33F;
}
</style>
background-color css
<style>
a { background-color: #45C33F; }
a { background-color: rgb(69,195,63); }
div.DivClassName
{
background-color: #45C33F;
}
.BgClassName
{
background-color: #45C33F;
}
</style>
border-color css
<style>
span { border-color: #45C33F; }
span { border-color: rgb(69,195,63); }
td.TdClassName
{
border-color: #45C33F;
}
.TagClassName
{
border-color: #45C33F;
}
</style>