Shades of Lime Green #45FF38
Tints of Lime Green #45FF38
RGB
CMYK
RGB Variations
Color information
#45FF38 (or 0x45FF38) is known color: Lime Green. HEX triplet: 45, FF and 38. RGB value is (69,255,56). Sum of RGB (Red+Green+Blue) = 69+255+56=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 255 (100% from 255 or 67.11% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 255 - color contains mainly: green. Hex color #45FF38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45FF38 is #BA00C7. Grayscale: #B1B1B1. Windows color (decimal): -12189896 or 3735365. OLE color: 3735365.
HSL color Cylindrical-coordinate representation of color #45FF38: hue angle of 116.08º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45FF38 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 56 | - |
| CMYK | 0.73 | 0 | 0.78 | 0 |
| HSL | 116.08º | 1% | 0.61% | - |
| HSV(B) | 116.08º | 0.78% | 1% | - |
| XYZ | 38.93 | 73.07 | 15.79 | - |
| YUV | 176.7 | 59.88 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 56 | 0.73 | 0 | 0.78 | 0 | 116.08 | 1 | 0.61 |
| Hex | 45 | FF | 38 | 49 | 0 | 4E | 0 | 74 | 64 | 3D |
| Octal | 105 | 377 | 70 | 111 | 0 | 116 | 0 | 164 | 144 | 75 |
| Binary | 1000101 | 11111111 | 111000 | 1001001 | 0 | 1001110 | 0 | 1110100 | 1100100 | 111101 |
Color Harmonies of #45FF38
Complementary color
Monochromatic Colors of #45FF38
Black with #45FF38
Text Example
Text Example
White with #45FF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FF38; }
p { color: rgb(69,255,56); }
H1.HeaderClassName
{
color: #45FF38;
}
.AnyTagClassName
{
color: #45FF38;
}
</style>
background-color css
<style>
a { background-color: #45FF38; }
a { background-color: rgb(69,255,56); }
div.DivClassName
{
background-color: #45FF38;
}
.BgClassName
{
background-color: #45FF38;
}
</style>
border-color css
<style>
span { border-color: #45FF38; }
span { border-color: rgb(69,255,56); }
td.TdClassName
{
border-color: #45FF38;
}
.TagClassName
{
border-color: #45FF38;
}
</style>