Shades of Lime Green #45F12D
Tints of Lime Green #45F12D
RGB
CMYK
RGB Variations
Color information
#45F12D (or 0x45F12D) is known color: Lime Green. HEX triplet: 45, F1 and 2D. RGB value is (69,241,45). Sum of RGB (Red+Green+Blue) = 69+241+45=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 241 (94.53% from 255 or 67.89% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 241 - color contains mainly: green. Hex color #45F12D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F12D is #BA0ED2. Grayscale: #A7A7A7. Windows color (decimal): -12193491 or 3010885. OLE color: 3010885.
HSL color Cylindrical-coordinate representation of color #45F12D: hue angle of 112.65º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45F12D is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 241 | 45 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.05 |
| HSL | 112.65º | 0.88% | 0.56% | - |
| HSV(B) | 112.65º | 0.81% | 0.95% | - |
| XYZ | 34.38 | 64.37 | 13.09 | - |
| YUV | 167.23 | 59.02 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 241 | 45 | 0.71 | 0 | 0.81 | 0.05 | 112.65 | 0.88 | 0.56 |
| Hex | 45 | F1 | 2D | 47 | 0 | 51 | 5 | 71 | 58 | 38 |
| Octal | 105 | 361 | 55 | 107 | 0 | 121 | 5 | 161 | 130 | 70 |
| Binary | 1000101 | 11110001 | 101101 | 1000111 | 0 | 1010001 | 101 | 1110001 | 1011000 | 111000 |
Color Harmonies of #45F12D
Complementary color
Monochromatic Colors of #45F12D
Black with #45F12D
Text Example
Text Example
White with #45F12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F12D; }
p { color: rgb(69,241,45); }
H1.HeaderClassName
{
color: #45F12D;
}
.AnyTagClassName
{
color: #45F12D;
}
</style>
background-color css
<style>
a { background-color: #45F12D; }
a { background-color: rgb(69,241,45); }
div.DivClassName
{
background-color: #45F12D;
}
.BgClassName
{
background-color: #45F12D;
}
</style>
border-color css
<style>
span { border-color: #45F12D; }
span { border-color: rgb(69,241,45); }
td.TdClassName
{
border-color: #45F12D;
}
.TagClassName
{
border-color: #45F12D;
}
</style>