Shades of Lime Green #42F72D
Tints of Lime Green #42F72D
RGB
CMYK
RGB Variations
Color information
#42F72D (or 0x42F72D) is known color: Lime Green. HEX triplet: 42, F7 and 2D. RGB value is (66,247,45). Sum of RGB (Red+Green+Blue) = 66+247+45=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 247 (96.88% from 255 or 68.99% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 247 - color contains mainly: green. Hex color #42F72D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F72D is #BD08D2. Grayscale: #AAAAAA. Windows color (decimal): -12388563 or 3012418. OLE color: 3012418.
HSL color Cylindrical-coordinate representation of color #42F72D: hue angle of 113.76º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42F72D is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 45 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.03 |
| HSL | 113.76º | 0.93% | 0.57% | - |
| HSV(B) | 113.76º | 0.82% | 0.97% | - |
| XYZ | 35.98 | 67.87 | 13.69 | - |
| YUV | 169.85 | 57.53 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 45 | 0.73 | 0 | 0.82 | 0.03 | 113.76 | 0.93 | 0.57 |
| Hex | 42 | F7 | 2D | 49 | 0 | 52 | 3 | 72 | 5D | 39 |
| Octal | 102 | 367 | 55 | 111 | 0 | 122 | 3 | 162 | 135 | 71 |
| Binary | 1000010 | 11110111 | 101101 | 1001001 | 0 | 1010010 | 11 | 1110010 | 1011101 | 111001 |
Color Harmonies of #42F72D
Complementary color
Monochromatic Colors of #42F72D
Black with #42F72D
Text Example
Text Example
White with #42F72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F72D; }
p { color: rgb(66,247,45); }
H1.HeaderClassName
{
color: #42F72D;
}
.AnyTagClassName
{
color: #42F72D;
}
</style>
background-color css
<style>
a { background-color: #42F72D; }
a { background-color: rgb(66,247,45); }
div.DivClassName
{
background-color: #42F72D;
}
.BgClassName
{
background-color: #42F72D;
}
</style>
border-color css
<style>
span { border-color: #42F72D; }
span { border-color: rgb(66,247,45); }
td.TdClassName
{
border-color: #42F72D;
}
.TagClassName
{
border-color: #42F72D;
}
</style>