Shades of Lime Green #42F637
Tints of Lime Green #42F637
RGB
CMYK
RGB Variations
Color information
#42F637 (or 0x42F637) is known color: Lime Green. HEX triplet: 42, F6 and 37. RGB value is (66,246,55). Sum of RGB (Red+Green+Blue) = 66+246+55=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 246 (96.48% from 255 or 67.03% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 246 - color contains mainly: green. Hex color #42F637 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F637 is #BD09C8. Grayscale: #AAAAAA. Windows color (decimal): -12388809 or 3667522. OLE color: 3667522.
HSL color Cylindrical-coordinate representation of color #42F637: hue angle of 116.54º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42F637 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 246 | 55 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.04 |
| HSL | 116.54º | 0.91% | 0.59% | - |
| HSV(B) | 116.54º | 0.78% | 0.96% | - |
| XYZ | 35.89 | 67.35 | 14.72 | - |
| YUV | 170.41 | 62.87 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 246 | 55 | 0.73 | 0 | 0.78 | 0.04 | 116.54 | 0.91 | 0.59 |
| Hex | 42 | F6 | 37 | 49 | 0 | 4E | 4 | 75 | 5B | 3B |
| Octal | 102 | 366 | 67 | 111 | 0 | 116 | 4 | 165 | 133 | 73 |
| Binary | 1000010 | 11110110 | 110111 | 1001001 | 0 | 1001110 | 100 | 1110101 | 1011011 | 111011 |
Color Harmonies of #42F637
Complementary color
Monochromatic Colors of #42F637
Black with #42F637
Text Example
Text Example
White with #42F637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F637; }
p { color: rgb(66,246,55); }
H1.HeaderClassName
{
color: #42F637;
}
.AnyTagClassName
{
color: #42F637;
}
</style>
background-color css
<style>
a { background-color: #42F637; }
a { background-color: rgb(66,246,55); }
div.DivClassName
{
background-color: #42F637;
}
.BgClassName
{
background-color: #42F637;
}
</style>
border-color css
<style>
span { border-color: #42F637; }
span { border-color: rgb(66,246,55); }
td.TdClassName
{
border-color: #42F637;
}
.TagClassName
{
border-color: #42F637;
}
</style>