Shades of Lime Green #45CA40
Tints of Lime Green #45CA40
RGB
CMYK
RGB Variations
Color information
#45CA40 (or 0x45CA40) is known color: Lime Green. HEX triplet: 45, CA and 40. RGB value is (69,202,64). Sum of RGB (Red+Green+Blue) = 69+202+64=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 202 (79.30% from 255 or 60.30% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CA40 is #BA35BF. Grayscale: #929292. Windows color (decimal): -12203456 or 4246085. OLE color: 4246085.
HSL color Cylindrical-coordinate representation of color #45CA40: hue angle of 117.83º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45CA40 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 202 | 64 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.21 |
| HSL | 117.83º | 0.57% | 0.52% | - |
| HSV(B) | 117.83º | 0.68% | 0.79% | - |
| XYZ | 24.5 | 43.88 | 12.03 | - |
| YUV | 146.5 | 81.44 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 64 | 0.66 | 0 | 0.68 | 0.21 | 117.83 | 0.57 | 0.52 |
| Hex | 45 | CA | 40 | 42 | 0 | 44 | 15 | 76 | 39 | 34 |
| Octal | 105 | 312 | 100 | 102 | 0 | 104 | 25 | 166 | 71 | 64 |
| Binary | 1000101 | 11001010 | 1000000 | 1000010 | 0 | 1000100 | 10101 | 1110110 | 111001 | 110100 |
Color Harmonies of #45CA40
Complementary color
Monochromatic Colors of #45CA40
Black with #45CA40
Text Example
Text Example
White with #45CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CA40; }
p { color: rgb(69,202,64); }
H1.HeaderClassName
{
color: #45CA40;
}
.AnyTagClassName
{
color: #45CA40;
}
</style>
background-color css
<style>
a { background-color: #45CA40; }
a { background-color: rgb(69,202,64); }
div.DivClassName
{
background-color: #45CA40;
}
.BgClassName
{
background-color: #45CA40;
}
</style>
border-color css
<style>
span { border-color: #45CA40; }
span { border-color: rgb(69,202,64); }
td.TdClassName
{
border-color: #45CA40;
}
.TagClassName
{
border-color: #45CA40;
}
</style>