Shades of Lime Green #42F638
Tints of Lime Green #42F638
RGB
CMYK
RGB Variations
Color information
#42F638 (or 0x42F638) is known color: Lime Green. HEX triplet: 42, F6 and 38. RGB value is (66,246,56). Sum of RGB (Red+Green+Blue) = 66+246+56=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 246 (96.48% from 255 or 66.85% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 246 - color contains mainly: green. Hex color #42F638 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F638 is #BD09C7. Grayscale: #ABABAB. Windows color (decimal): -12388808 or 3733058. OLE color: 3733058.
HSL color Cylindrical-coordinate representation of color #42F638: hue angle of 116.84º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42F638 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 246 | 56 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.04 |
| HSL | 116.84º | 0.91% | 0.59% | - |
| HSV(B) | 116.84º | 0.77% | 0.96% | - |
| XYZ | 35.92 | 67.36 | 14.85 | - |
| YUV | 170.52 | 63.37 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 246 | 56 | 0.73 | 0 | 0.77 | 0.04 | 116.84 | 0.91 | 0.59 |
| Hex | 42 | F6 | 38 | 49 | 0 | 4D | 4 | 75 | 5B | 3B |
| Octal | 102 | 366 | 70 | 111 | 0 | 115 | 4 | 165 | 133 | 73 |
| Binary | 1000010 | 11110110 | 111000 | 1001001 | 0 | 1001101 | 100 | 1110101 | 1011011 | 111011 |
Color Harmonies of #42F638
Complementary color
Monochromatic Colors of #42F638
Black with #42F638
Text Example
Text Example
White with #42F638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F638; }
p { color: rgb(66,246,56); }
H1.HeaderClassName
{
color: #42F638;
}
.AnyTagClassName
{
color: #42F638;
}
</style>
background-color css
<style>
a { background-color: #42F638; }
a { background-color: rgb(66,246,56); }
div.DivClassName
{
background-color: #42F638;
}
.BgClassName
{
background-color: #42F638;
}
</style>
border-color css
<style>
span { border-color: #42F638; }
span { border-color: rgb(66,246,56); }
td.TdClassName
{
border-color: #42F638;
}
.TagClassName
{
border-color: #42F638;
}
</style>