Shades of Lime Green #45F229
Tints of Lime Green #45F229
RGB
CMYK
RGB Variations
Color information
#45F229 (or 0x45F229) is known color: Lime Green. HEX triplet: 45, F2 and 29. RGB value is (69,242,41). Sum of RGB (Red+Green+Blue) = 69+242+41=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #45F229 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F229 is #BA0DD6. Grayscale: #A7A7A7. Windows color (decimal): -12193239 or 2748997. OLE color: 2748997.
HSL color Cylindrical-coordinate representation of color #45F229: hue angle of 111.64º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45F229 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 242 | 41 | - |
| CMYK | 0.71 | 0 | 0.83 | 0.05 |
| HSL | 111.64º | 0.89% | 0.55% | - |
| HSV(B) | 111.64º | 0.83% | 0.95% | - |
| XYZ | 34.61 | 64.93 | 12.81 | - |
| YUV | 167.36 | 56.69 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 242 | 41 | 0.71 | 0 | 0.83 | 0.05 | 111.64 | 0.89 | 0.55 |
| Hex | 45 | F2 | 29 | 47 | 0 | 53 | 5 | 70 | 59 | 37 |
| Octal | 105 | 362 | 51 | 107 | 0 | 123 | 5 | 160 | 131 | 67 |
| Binary | 1000101 | 11110010 | 101001 | 1000111 | 0 | 1010011 | 101 | 1110000 | 1011001 | 110111 |
Color Harmonies of #45F229
Complementary color
Monochromatic Colors of #45F229
Black with #45F229
Text Example
Text Example
White with #45F229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F229; }
p { color: rgb(69,242,41); }
H1.HeaderClassName
{
color: #45F229;
}
.AnyTagClassName
{
color: #45F229;
}
</style>
background-color css
<style>
a { background-color: #45F229; }
a { background-color: rgb(69,242,41); }
div.DivClassName
{
background-color: #45F229;
}
.BgClassName
{
background-color: #45F229;
}
</style>
border-color css
<style>
span { border-color: #45F229; }
span { border-color: rgb(69,242,41); }
td.TdClassName
{
border-color: #45F229;
}
.TagClassName
{
border-color: #45F229;
}
</style>