Shades of Lime Green #45CA45
Tints of Lime Green #45CA45
RGB
CMYK
RGB Variations
Color information
#45CA45 (or 0x45CA45) is known color: Lime Green. HEX triplet: 45, CA and 45. RGB value is (69,202,69). Sum of RGB (Red+Green+Blue) = 69+202+69=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 202 (79.30% from 255 or 59.41% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CA45 is #BA35BA. Grayscale: #939393. Windows color (decimal): -12203451 or 4573765. OLE color: 4573765.
HSL color Cylindrical-coordinate representation of color #45CA45: hue angle of 120º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CA45 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 202 | 69 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.21 |
| HSL | 120º | 0.56% | 0.53% | - |
| HSV(B) | 120º | 0.66% | 0.79% | - |
| XYZ | 24.65 | 43.94 | 12.81 | - |
| YUV | 147.07 | 83.94 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 69 | 0.66 | 0 | 0.66 | 0.21 | 120 | 0.56 | 0.53 |
| Hex | 45 | CA | 45 | 42 | 0 | 42 | 15 | 78 | 38 | 35 |
| Octal | 105 | 312 | 105 | 102 | 0 | 102 | 25 | 170 | 70 | 65 |
| Binary | 1000101 | 11001010 | 1000101 | 1000010 | 0 | 1000010 | 10101 | 1111000 | 111000 | 110101 |
Color Harmonies of #45CA45
Complementary color
Monochromatic Colors of #45CA45
Black with #45CA45
Text Example
Text Example
White with #45CA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CA45; }
p { color: rgb(69,202,69); }
H1.HeaderClassName
{
color: #45CA45;
}
.AnyTagClassName
{
color: #45CA45;
}
</style>
background-color css
<style>
a { background-color: #45CA45; }
a { background-color: rgb(69,202,69); }
div.DivClassName
{
background-color: #45CA45;
}
.BgClassName
{
background-color: #45CA45;
}
</style>
border-color css
<style>
span { border-color: #45CA45; }
span { border-color: rgb(69,202,69); }
td.TdClassName
{
border-color: #45CA45;
}
.TagClassName
{
border-color: #45CA45;
}
</style>