Shades of Lime Green #45CD4C
Tints of Lime Green #45CD4C
RGB
CMYK
RGB Variations
Color information
#45CD4C (or 0x45CD4C) is known color: Lime Green. HEX triplet: 45, CD and 4C. RGB value is (69,205,76). Sum of RGB (Red+Green+Blue) = 69+205+76=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 205 (80.47% from 255 or 58.57% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 205 - color contains mainly: green. Hex color #45CD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CD4C is #BA32B3. Grayscale: #969696. Windows color (decimal): -12202676 or 5033285. OLE color: 5033285.
HSL color Cylindrical-coordinate representation of color #45CD4C: hue angle of 123.09º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CD4C is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 205 | 76 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.20 |
| HSL | 123.09º | 0.58% | 0.54% | - |
| HSV(B) | 123.09º | 0.66% | 0.8% | - |
| XYZ | 25.59 | 45.45 | 14.26 | - |
| YUV | 149.63 | 86.44 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 205 | 76 | 0.66 | 0 | 0.63 | 0.20 | 123.09 | 0.58 | 0.54 |
| Hex | 45 | CD | 4C | 42 | 0 | 3F | 14 | 7B | 3A | 36 |
| Octal | 105 | 315 | 114 | 102 | 0 | 77 | 24 | 173 | 72 | 66 |
| Binary | 1000101 | 11001101 | 1001100 | 1000010 | 0 | 111111 | 10100 | 1111011 | 111010 | 110110 |
Color Harmonies of #45CD4C
Complementary color
Monochromatic Colors of #45CD4C
Black with #45CD4C
Text Example
Text Example
White with #45CD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CD4C; }
p { color: rgb(69,205,76); }
H1.HeaderClassName
{
color: #45CD4C;
}
.AnyTagClassName
{
color: #45CD4C;
}
</style>
background-color css
<style>
a { background-color: #45CD4C; }
a { background-color: rgb(69,205,76); }
div.DivClassName
{
background-color: #45CD4C;
}
.BgClassName
{
background-color: #45CD4C;
}
</style>
border-color css
<style>
span { border-color: #45CD4C; }
span { border-color: rgb(69,205,76); }
td.TdClassName
{
border-color: #45CD4C;
}
.TagClassName
{
border-color: #45CD4C;
}
</style>