Shades of Lime Green #45D83F
Tints of Lime Green #45D83F
RGB
CMYK
RGB Variations
Color information
#45D83F (or 0x45D83F) is known color: Lime Green. HEX triplet: 45, D8 and 3F. RGB value is (69,216,63). Sum of RGB (Red+Green+Blue) = 69+216+63=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 216 (84.77% from 255 or 62.07% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 216 - color contains mainly: green. Hex color #45D83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D83F is #BA27C0. Grayscale: #9B9B9B. Windows color (decimal): -12199873 or 4184133. OLE color: 4184133.
HSL color Cylindrical-coordinate representation of color #45D83F: hue angle of 117.65º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45D83F is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 216 | 63 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.15 |
| HSL | 117.65º | 0.66% | 0.55% | - |
| HSV(B) | 117.65º | 0.71% | 0.85% | - |
| XYZ | 27.91 | 50.74 | 13.02 | - |
| YUV | 154.61 | 76.3 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 216 | 63 | 0.68 | 0 | 0.71 | 0.15 | 117.65 | 0.66 | 0.55 |
| Hex | 45 | D8 | 3F | 44 | 0 | 47 | F | 76 | 42 | 37 |
| Octal | 105 | 330 | 77 | 104 | 0 | 107 | 17 | 166 | 102 | 67 |
| Binary | 1000101 | 11011000 | 111111 | 1000100 | 0 | 1000111 | 1111 | 1110110 | 1000010 | 110111 |
Color Harmonies of #45D83F
Complementary color
Monochromatic Colors of #45D83F
Black with #45D83F
Text Example
Text Example
White with #45D83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D83F; }
p { color: rgb(69,216,63); }
H1.HeaderClassName
{
color: #45D83F;
}
.AnyTagClassName
{
color: #45D83F;
}
</style>
background-color css
<style>
a { background-color: #45D83F; }
a { background-color: rgb(69,216,63); }
div.DivClassName
{
background-color: #45D83F;
}
.BgClassName
{
background-color: #45D83F;
}
</style>
border-color css
<style>
span { border-color: #45D83F; }
span { border-color: rgb(69,216,63); }
td.TdClassName
{
border-color: #45D83F;
}
.TagClassName
{
border-color: #45D83F;
}
</style>