Shades of Lime Green #45FA3C
Tints of Lime Green #45FA3C
RGB
CMYK
RGB Variations
Color information
#45FA3C (or 0x45FA3C) is known color: Lime Green. HEX triplet: 45, FA and 3C. RGB value is (69,250,60). Sum of RGB (Red+Green+Blue) = 69+250+60=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 250 (98.05% from 255 or 65.96% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 250 - color contains mainly: green. Hex color #45FA3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45FA3C is #BA05C3. Grayscale: #AEAEAE. Windows color (decimal): -12191172 or 3996229. OLE color: 3996229.
HSL color Cylindrical-coordinate representation of color #45FA3C: hue angle of 117.16º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45FA3C is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 250 | 60 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.02 |
| HSL | 117.16º | 0.95% | 0.61% | - |
| HSV(B) | 117.16º | 0.76% | 0.98% | - |
| XYZ | 37.46 | 69.96 | 15.81 | - |
| YUV | 174.22 | 63.53 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 250 | 60 | 0.72 | 0 | 0.76 | 0.02 | 117.16 | 0.95 | 0.61 |
| Hex | 45 | FA | 3C | 48 | 0 | 4C | 2 | 75 | 5F | 3D |
| Octal | 105 | 372 | 74 | 110 | 0 | 114 | 2 | 165 | 137 | 75 |
| Binary | 1000101 | 11111010 | 111100 | 1001000 | 0 | 1001100 | 10 | 1110101 | 1011111 | 111101 |
Color Harmonies of #45FA3C
Complementary color
Monochromatic Colors of #45FA3C
Black with #45FA3C
Text Example
Text Example
White with #45FA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FA3C; }
p { color: rgb(69,250,60); }
H1.HeaderClassName
{
color: #45FA3C;
}
.AnyTagClassName
{
color: #45FA3C;
}
</style>
background-color css
<style>
a { background-color: #45FA3C; }
a { background-color: rgb(69,250,60); }
div.DivClassName
{
background-color: #45FA3C;
}
.BgClassName
{
background-color: #45FA3C;
}
</style>
border-color css
<style>
span { border-color: #45FA3C; }
span { border-color: rgb(69,250,60); }
td.TdClassName
{
border-color: #45FA3C;
}
.TagClassName
{
border-color: #45FA3C;
}
</style>