Shades of Lime Green #45C334
Tints of Lime Green #45C334
RGB
CMYK
RGB Variations
Color information
#45C334 (or 0x45C334) is known color: Lime Green. HEX triplet: 45, C3 and 34. RGB value is (69,195,52). Sum of RGB (Red+Green+Blue) = 69+195+52=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #45C334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C334 is #BA3CCB. Grayscale: #8D8D8D. Windows color (decimal): -12205260 or 3457861. OLE color: 3457861.
HSL color Cylindrical-coordinate representation of color #45C334: hue angle of 112.87º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45C334 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 195 | 52 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.24 |
| HSL | 112.87º | 0.58% | 0.48% | - |
| HSV(B) | 112.87º | 0.73% | 0.76% | - |
| XYZ | 22.59 | 40.54 | 9.88 | - |
| YUV | 141.02 | 77.76 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 195 | 52 | 0.65 | 0 | 0.73 | 0.24 | 112.87 | 0.58 | 0.48 |
| Hex | 45 | C3 | 34 | 41 | 0 | 49 | 18 | 71 | 3A | 30 |
| Octal | 105 | 303 | 64 | 101 | 0 | 111 | 30 | 161 | 72 | 60 |
| Binary | 1000101 | 11000011 | 110100 | 1000001 | 0 | 1001001 | 11000 | 1110001 | 111010 | 110000 |
Color Harmonies of #45C334
Complementary color
Monochromatic Colors of #45C334
Black with #45C334
Text Example
Text Example
White with #45C334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C334; }
p { color: rgb(69,195,52); }
H1.HeaderClassName
{
color: #45C334;
}
.AnyTagClassName
{
color: #45C334;
}
</style>
background-color css
<style>
a { background-color: #45C334; }
a { background-color: rgb(69,195,52); }
div.DivClassName
{
background-color: #45C334;
}
.BgClassName
{
background-color: #45C334;
}
</style>
border-color css
<style>
span { border-color: #45C334; }
span { border-color: rgb(69,195,52); }
td.TdClassName
{
border-color: #45C334;
}
.TagClassName
{
border-color: #45C334;
}
</style>