Shades of Lime Green #42F73A
Tints of Lime Green #42F73A
RGB
CMYK
RGB Variations
Color information
#42F73A (or 0x42F73A) is known color: Lime Green. HEX triplet: 42, F7 and 3A. RGB value is (66,247,58). Sum of RGB (Red+Green+Blue) = 66+247+58=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 247 (96.88% from 255 or 66.58% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 247 - color contains mainly: green. Hex color #42F73A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F73A is #BD08C5. Grayscale: #ABABAB. Windows color (decimal): -12388550 or 3864386. OLE color: 3864386.
HSL color Cylindrical-coordinate representation of color #42F73A: hue angle of 117.46º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42F73A is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 58 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.03 |
| HSL | 117.46º | 0.92% | 0.6% | - |
| HSV(B) | 117.46º | 0.77% | 0.97% | - |
| XYZ | 36.27 | 67.99 | 15.21 | - |
| YUV | 171.34 | 64.03 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 58 | 0.73 | 0 | 0.77 | 0.03 | 117.46 | 0.92 | 0.6 |
| Hex | 42 | F7 | 3A | 49 | 0 | 4D | 3 | 75 | 5C | 3C |
| Octal | 102 | 367 | 72 | 111 | 0 | 115 | 3 | 165 | 134 | 74 |
| Binary | 1000010 | 11110111 | 111010 | 1001001 | 0 | 1001101 | 11 | 1110101 | 1011100 | 111100 |
Color Harmonies of #42F73A
Complementary color
Monochromatic Colors of #42F73A
Black with #42F73A
Text Example
Text Example
White with #42F73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F73A; }
p { color: rgb(66,247,58); }
H1.HeaderClassName
{
color: #42F73A;
}
.AnyTagClassName
{
color: #42F73A;
}
</style>
background-color css
<style>
a { background-color: #42F73A; }
a { background-color: rgb(66,247,58); }
div.DivClassName
{
background-color: #42F73A;
}
.BgClassName
{
background-color: #42F73A;
}
</style>
border-color css
<style>
span { border-color: #42F73A; }
span { border-color: rgb(66,247,58); }
td.TdClassName
{
border-color: #42F73A;
}
.TagClassName
{
border-color: #42F73A;
}
</style>