Shades of Lime Green #42F448
Tints of Lime Green #42F448
RGB
CMYK
RGB Variations
Color information
#42F448 (or 0x42F448) is known color: Lime Green. HEX triplet: 42, F4 and 48. RGB value is (66,244,72). Sum of RGB (Red+Green+Blue) = 66+244+72=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 244 (95.70% from 255 or 63.87% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 244 - color contains mainly: green. Hex color #42F448 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F448 is #BD0BB7. Grayscale: #ABABAB. Windows color (decimal): -12389304 or 4781122. OLE color: 4781122.
HSL color Cylindrical-coordinate representation of color #42F448: hue angle of 122.02º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F448 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 244 | 72 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.04 |
| HSL | 122.02º | 0.89% | 0.61% | - |
| HSV(B) | 122.02º | 0.73% | 0.96% | - |
| XYZ | 35.77 | 66.33 | 17.05 | - |
| YUV | 171.17 | 72.03 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 244 | 72 | 0.73 | 0 | 0.70 | 0.04 | 122.02 | 0.89 | 0.61 |
| Hex | 42 | F4 | 48 | 49 | 0 | 46 | 4 | 7A | 59 | 3D |
| Octal | 102 | 364 | 110 | 111 | 0 | 106 | 4 | 172 | 131 | 75 |
| Binary | 1000010 | 11110100 | 1001000 | 1001001 | 0 | 1000110 | 100 | 1111010 | 1011001 | 111101 |
Color Harmonies of #42F448
Complementary color
Monochromatic Colors of #42F448
Black with #42F448
Text Example
Text Example
White with #42F448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F448; }
p { color: rgb(66,244,72); }
H1.HeaderClassName
{
color: #42F448;
}
.AnyTagClassName
{
color: #42F448;
}
</style>
background-color css
<style>
a { background-color: #42F448; }
a { background-color: rgb(66,244,72); }
div.DivClassName
{
background-color: #42F448;
}
.BgClassName
{
background-color: #42F448;
}
</style>
border-color css
<style>
span { border-color: #42F448; }
span { border-color: rgb(66,244,72); }
td.TdClassName
{
border-color: #42F448;
}
.TagClassName
{
border-color: #42F448;
}
</style>