Shades of Lime Green #45D13B
Tints of Lime Green #45D13B
RGB
CMYK
RGB Variations
Color information
#45D13B (or 0x45D13B) is known color: Lime Green. HEX triplet: 45, D1 and 3B. RGB value is (69,209,59). Sum of RGB (Red+Green+Blue) = 69+209+59=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 209 (82.03% from 255 or 62.02% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 209 - color contains mainly: green. Hex color #45D13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D13B is #BA2EC4. Grayscale: #969696. Windows color (decimal): -12201669 or 3920197. OLE color: 3920197.
HSL color Cylindrical-coordinate representation of color #45D13B: hue angle of 116º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45D13B is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 209 | 59 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.18 |
| HSL | 116º | 0.62% | 0.53% | - |
| HSV(B) | 116º | 0.72% | 0.82% | - |
| XYZ | 26.04 | 47.18 | 11.87 | - |
| YUV | 150.04 | 76.62 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 209 | 59 | 0.67 | 0 | 0.72 | 0.18 | 116 | 0.62 | 0.53 |
| Hex | 45 | D1 | 3B | 43 | 0 | 48 | 12 | 74 | 3E | 35 |
| Octal | 105 | 321 | 73 | 103 | 0 | 110 | 22 | 164 | 76 | 65 |
| Binary | 1000101 | 11010001 | 111011 | 1000011 | 0 | 1001000 | 10010 | 1110100 | 111110 | 110101 |
Color Harmonies of #45D13B
Complementary color
Monochromatic Colors of #45D13B
Black with #45D13B
Text Example
Text Example
White with #45D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D13B; }
p { color: rgb(69,209,59); }
H1.HeaderClassName
{
color: #45D13B;
}
.AnyTagClassName
{
color: #45D13B;
}
</style>
background-color css
<style>
a { background-color: #45D13B; }
a { background-color: rgb(69,209,59); }
div.DivClassName
{
background-color: #45D13B;
}
.BgClassName
{
background-color: #45D13B;
}
</style>
border-color css
<style>
span { border-color: #45D13B; }
span { border-color: rgb(69,209,59); }
td.TdClassName
{
border-color: #45D13B;
}
.TagClassName
{
border-color: #45D13B;
}
</style>