Shades of Lime Green #45CB45
Tints of Lime Green #45CB45
RGB
CMYK
RGB Variations
Color information
#45CB45 (or 0x45CB45) is known color: Lime Green. HEX triplet: 45, CB and 45. RGB value is (69,203,69). Sum of RGB (Red+Green+Blue) = 69+203+69=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CB45 is #BA34BA. Grayscale: #949494. Windows color (decimal): -12203195 or 4574021. OLE color: 4574021.
HSL color Cylindrical-coordinate representation of color #45CB45: hue angle of 120º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CB45 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 203 | 69 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.20 |
| HSL | 120º | 0.56% | 0.53% | - |
| HSV(B) | 120º | 0.66% | 0.8% | - |
| XYZ | 24.88 | 44.41 | 12.89 | - |
| YUV | 147.66 | 83.61 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 203 | 69 | 0.66 | 0 | 0.66 | 0.20 | 120 | 0.56 | 0.53 |
| Hex | 45 | CB | 45 | 42 | 0 | 42 | 14 | 78 | 38 | 35 |
| Octal | 105 | 313 | 105 | 102 | 0 | 102 | 24 | 170 | 70 | 65 |
| Binary | 1000101 | 11001011 | 1000101 | 1000010 | 0 | 1000010 | 10100 | 1111000 | 111000 | 110101 |
Color Harmonies of #45CB45
Complementary color
Monochromatic Colors of #45CB45
Black with #45CB45
Text Example
Text Example
White with #45CB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CB45; }
p { color: rgb(69,203,69); }
H1.HeaderClassName
{
color: #45CB45;
}
.AnyTagClassName
{
color: #45CB45;
}
</style>
background-color css
<style>
a { background-color: #45CB45; }
a { background-color: rgb(69,203,69); }
div.DivClassName
{
background-color: #45CB45;
}
.BgClassName
{
background-color: #45CB45;
}
</style>
border-color css
<style>
span { border-color: #45CB45; }
span { border-color: rgb(69,203,69); }
td.TdClassName
{
border-color: #45CB45;
}
.TagClassName
{
border-color: #45CB45;
}
</style>