Shades of Lime Green #45D02C
Tints of Lime Green #45D02C
RGB
CMYK
RGB Variations
Color information
#45D02C (or 0x45D02C) is known color: Lime Green. HEX triplet: 45, D0 and 2C. RGB value is (69,208,44). Sum of RGB (Red+Green+Blue) = 69+208+44=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 208 (81.64% from 255 or 64.80% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 208 - color contains mainly: green. Hex color #45D02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D02C is #BA2FD3. Grayscale: #949494. Windows color (decimal): -12201940 or 2936901. OLE color: 2936901.
HSL color Cylindrical-coordinate representation of color #45D02C: hue angle of 110.85º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45D02C is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 208 | 44 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.18 |
| HSL | 110.85º | 0.65% | 0.49% | - |
| HSV(B) | 110.85º | 0.79% | 0.82% | - |
| XYZ | 25.46 | 46.56 | 10.03 | - |
| YUV | 147.74 | 69.45 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 208 | 44 | 0.67 | 0 | 0.79 | 0.18 | 110.85 | 0.65 | 0.49 |
| Hex | 45 | D0 | 2C | 43 | 0 | 4F | 12 | 6F | 41 | 31 |
| Octal | 105 | 320 | 54 | 103 | 0 | 117 | 22 | 157 | 101 | 61 |
| Binary | 1000101 | 11010000 | 101100 | 1000011 | 0 | 1001111 | 10010 | 1101111 | 1000001 | 110001 |
Color Harmonies of #45D02C
Complementary color
Monochromatic Colors of #45D02C
Black with #45D02C
Text Example
Text Example
White with #45D02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D02C; }
p { color: rgb(69,208,44); }
H1.HeaderClassName
{
color: #45D02C;
}
.AnyTagClassName
{
color: #45D02C;
}
</style>
background-color css
<style>
a { background-color: #45D02C; }
a { background-color: rgb(69,208,44); }
div.DivClassName
{
background-color: #45D02C;
}
.BgClassName
{
background-color: #45D02C;
}
</style>
border-color css
<style>
span { border-color: #45D02C; }
span { border-color: rgb(69,208,44); }
td.TdClassName
{
border-color: #45D02C;
}
.TagClassName
{
border-color: #45D02C;
}
</style>