Shades of Lime Green #42F538
Tints of Lime Green #42F538
RGB
CMYK
RGB Variations
Color information
#42F538 (or 0x42F538) is known color: Lime Green. HEX triplet: 42, F5 and 38. RGB value is (66,245,56). Sum of RGB (Red+Green+Blue) = 66+245+56=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 245 (96.09% from 255 or 66.76% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 245 - color contains mainly: green. Hex color #42F538 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F538 is #BD0AC7. Grayscale: #AAAAAA. Windows color (decimal): -12389064 or 3732802. OLE color: 3732802.
HSL color Cylindrical-coordinate representation of color #42F538: hue angle of 116.83º degrees, saturation: 0.9, 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 #42F538 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 245 | 56 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.04 |
| HSL | 116.83º | 0.9% | 0.59% | - |
| HSV(B) | 116.83º | 0.77% | 0.96% | - |
| XYZ | 35.61 | 66.75 | 14.75 | - |
| YUV | 169.93 | 63.7 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 245 | 56 | 0.73 | 0 | 0.77 | 0.04 | 116.83 | 0.9 | 0.59 |
| Hex | 42 | F5 | 38 | 49 | 0 | 4D | 4 | 75 | 5A | 3B |
| Octal | 102 | 365 | 70 | 111 | 0 | 115 | 4 | 165 | 132 | 73 |
| Binary | 1000010 | 11110101 | 111000 | 1001001 | 0 | 1001101 | 100 | 1110101 | 1011010 | 111011 |
Color Harmonies of #42F538
Complementary color
Monochromatic Colors of #42F538
Black with #42F538
Text Example
Text Example
White with #42F538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F538; }
p { color: rgb(66,245,56); }
H1.HeaderClassName
{
color: #42F538;
}
.AnyTagClassName
{
color: #42F538;
}
</style>
background-color css
<style>
a { background-color: #42F538; }
a { background-color: rgb(66,245,56); }
div.DivClassName
{
background-color: #42F538;
}
.BgClassName
{
background-color: #42F538;
}
</style>
border-color css
<style>
span { border-color: #42F538; }
span { border-color: rgb(66,245,56); }
td.TdClassName
{
border-color: #42F538;
}
.TagClassName
{
border-color: #42F538;
}
</style>