Shades of Lime Green #45F32D
Tints of Lime Green #45F32D
RGB
CMYK
RGB Variations
Color information
#45F32D (or 0x45F32D) is known color: Lime Green. HEX triplet: 45, F3 and 2D. RGB value is (69,243,45). Sum of RGB (Red+Green+Blue) = 69+243+45=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 243 (95.31% from 255 or 68.07% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 243 - color contains mainly: green. Hex color #45F32D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F32D is #BA0CD2. Grayscale: #A9A9A9. Windows color (decimal): -12192979 or 3011397. OLE color: 3011397.
HSL color Cylindrical-coordinate representation of color #45F32D: hue angle of 112.73º degrees, saturation: 0.89, 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 #45F32D is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 243 | 45 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.05 |
| HSL | 112.73º | 0.89% | 0.56% | - |
| HSV(B) | 112.73º | 0.81% | 0.95% | - |
| XYZ | 34.98 | 65.56 | 13.29 | - |
| YUV | 168.4 | 58.35 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 243 | 45 | 0.72 | 0 | 0.81 | 0.05 | 112.73 | 0.89 | 0.56 |
| Hex | 45 | F3 | 2D | 48 | 0 | 51 | 5 | 71 | 59 | 38 |
| Octal | 105 | 363 | 55 | 110 | 0 | 121 | 5 | 161 | 131 | 70 |
| Binary | 1000101 | 11110011 | 101101 | 1001000 | 0 | 1010001 | 101 | 1110001 | 1011001 | 111000 |
Color Harmonies of #45F32D
Complementary color
Monochromatic Colors of #45F32D
Black with #45F32D
Text Example
Text Example
White with #45F32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F32D; }
p { color: rgb(69,243,45); }
H1.HeaderClassName
{
color: #45F32D;
}
.AnyTagClassName
{
color: #45F32D;
}
</style>
background-color css
<style>
a { background-color: #45F32D; }
a { background-color: rgb(69,243,45); }
div.DivClassName
{
background-color: #45F32D;
}
.BgClassName
{
background-color: #45F32D;
}
</style>
border-color css
<style>
span { border-color: #45F32D; }
span { border-color: rgb(69,243,45); }
td.TdClassName
{
border-color: #45F32D;
}
.TagClassName
{
border-color: #45F32D;
}
</style>