Shades of Lime Green #45F245
Tints of Lime Green #45F245
RGB
CMYK
RGB Variations
Color information
#45F245 (or 0x45F245) is known color: Lime Green. HEX triplet: 45, F2 and 45. RGB value is (69,242,69). Sum of RGB (Red+Green+Blue) = 69+242+69=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 242 (94.92% from 255 or 63.68% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 242 - color contains mainly: green. Hex color #45F245 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F245 is #BA0DBA. Grayscale: #ABABAB. Windows color (decimal): -12193211 or 4584005. OLE color: 4584005.
HSL color Cylindrical-coordinate representation of color #45F245: hue angle of 120º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45F245 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 242 | 69 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.05 |
| HSL | 120º | 0.87% | 0.61% | - |
| HSV(B) | 120º | 0.71% | 0.95% | - |
| XYZ | 35.28 | 65.2 | 16.36 | - |
| YUV | 170.55 | 70.69 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 242 | 69 | 0.71 | 0 | 0.71 | 0.05 | 120 | 0.87 | 0.61 |
| Hex | 45 | F2 | 45 | 47 | 0 | 47 | 5 | 78 | 57 | 3D |
| Octal | 105 | 362 | 105 | 107 | 0 | 107 | 5 | 170 | 127 | 75 |
| Binary | 1000101 | 11110010 | 1000101 | 1000111 | 0 | 1000111 | 101 | 1111000 | 1010111 | 111101 |
Color Harmonies of #45F245
Complementary color
Monochromatic Colors of #45F245
Black with #45F245
Text Example
Text Example
White with #45F245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F245; }
p { color: rgb(69,242,69); }
H1.HeaderClassName
{
color: #45F245;
}
.AnyTagClassName
{
color: #45F245;
}
</style>
background-color css
<style>
a { background-color: #45F245; }
a { background-color: rgb(69,242,69); }
div.DivClassName
{
background-color: #45F245;
}
.BgClassName
{
background-color: #45F245;
}
</style>
border-color css
<style>
span { border-color: #45F245; }
span { border-color: rgb(69,242,69); }
td.TdClassName
{
border-color: #45F245;
}
.TagClassName
{
border-color: #45F245;
}
</style>