Shades of Lime Green #45F32F
Tints of Lime Green #45F32F
RGB
CMYK
RGB Variations
Color information
#45F32F (or 0x45F32F) is known color: Lime Green. HEX triplet: 45, F3 and 2F. RGB value is (69,243,47). Sum of RGB (Red+Green+Blue) = 69+243+47=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 243 (95.31% from 255 or 67.69% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 243 - color contains mainly: green. Hex color #45F32F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F32F is #BA0CD0. Grayscale: #A9A9A9. Windows color (decimal): -12192977 or 3142469. OLE color: 3142469.
HSL color Cylindrical-coordinate representation of color #45F32F: hue angle of 113.27º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45F32F is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 243 | 47 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.05 |
| HSL | 113.27º | 0.89% | 0.57% | - |
| HSV(B) | 113.27º | 0.81% | 0.95% | - |
| XYZ | 35.02 | 65.57 | 13.5 | - |
| YUV | 168.63 | 59.35 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 243 | 47 | 0.72 | 0 | 0.81 | 0.05 | 113.27 | 0.89 | 0.57 |
| Hex | 45 | F3 | 2F | 48 | 0 | 51 | 5 | 71 | 59 | 39 |
| Octal | 105 | 363 | 57 | 110 | 0 | 121 | 5 | 161 | 131 | 71 |
| Binary | 1000101 | 11110011 | 101111 | 1001000 | 0 | 1010001 | 101 | 1110001 | 1011001 | 111001 |
Color Harmonies of #45F32F
Complementary color
Monochromatic Colors of #45F32F
Black with #45F32F
Text Example
Text Example
White with #45F32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F32F; }
p { color: rgb(69,243,47); }
H1.HeaderClassName
{
color: #45F32F;
}
.AnyTagClassName
{
color: #45F32F;
}
</style>
background-color css
<style>
a { background-color: #45F32F; }
a { background-color: rgb(69,243,47); }
div.DivClassName
{
background-color: #45F32F;
}
.BgClassName
{
background-color: #45F32F;
}
</style>
border-color css
<style>
span { border-color: #45F32F; }
span { border-color: rgb(69,243,47); }
td.TdClassName
{
border-color: #45F32F;
}
.TagClassName
{
border-color: #45F32F;
}
</style>