Shades of Lime Green #45CA2B
Tints of Lime Green #45CA2B
RGB
CMYK
RGB Variations
Color information
#45CA2B (or 0x45CA2B) is known color: Lime Green. HEX triplet: 45, CA and 2B. RGB value is (69,202,43). Sum of RGB (Red+Green+Blue) = 69+202+43=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 202 (79.30% from 255 or 64.33% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CA2B is #BA35D4. Grayscale: #909090. Windows color (decimal): -12203477 or 2869829. OLE color: 2869829.
HSL color Cylindrical-coordinate representation of color #45CA2B: hue angle of 110.19º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45CA2B is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 202 | 43 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.21 |
| HSL | 110.19º | 0.65% | 0.48% | - |
| HSV(B) | 110.19º | 0.79% | 0.79% | - |
| XYZ | 24.01 | 43.68 | 9.45 | - |
| YUV | 144.11 | 70.94 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 43 | 0.66 | 0 | 0.79 | 0.21 | 110.19 | 0.65 | 0.48 |
| Hex | 45 | CA | 2B | 42 | 0 | 4F | 15 | 6E | 41 | 30 |
| Octal | 105 | 312 | 53 | 102 | 0 | 117 | 25 | 156 | 101 | 60 |
| Binary | 1000101 | 11001010 | 101011 | 1000010 | 0 | 1001111 | 10101 | 1101110 | 1000001 | 110000 |
Color Harmonies of #45CA2B
Complementary color
Monochromatic Colors of #45CA2B
Black with #45CA2B
Text Example
Text Example
White with #45CA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CA2B; }
p { color: rgb(69,202,43); }
H1.HeaderClassName
{
color: #45CA2B;
}
.AnyTagClassName
{
color: #45CA2B;
}
</style>
background-color css
<style>
a { background-color: #45CA2B; }
a { background-color: rgb(69,202,43); }
div.DivClassName
{
background-color: #45CA2B;
}
.BgClassName
{
background-color: #45CA2B;
}
</style>
border-color css
<style>
span { border-color: #45CA2B; }
span { border-color: rgb(69,202,43); }
td.TdClassName
{
border-color: #45CA2B;
}
.TagClassName
{
border-color: #45CA2B;
}
</style>