Shades of Lime Green #42F536
Tints of Lime Green #42F536
RGB
CMYK
RGB Variations
Color information
#42F536 (or 0x42F536) is known color: Lime Green. HEX triplet: 42, F5 and 36. RGB value is (66,245,54). Sum of RGB (Red+Green+Blue) = 66+245+54=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 245 (96.09% from 255 or 67.12% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 245 - color contains mainly: green. Hex color #42F536 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F536 is #BD0AC9. Grayscale: #AAAAAA. Windows color (decimal): -12389066 or 3601730. OLE color: 3601730.
HSL color Cylindrical-coordinate representation of color #42F536: hue angle of 116.23º 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 #42F536 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 245 | 54 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.04 |
| HSL | 116.23º | 0.91% | 0.59% | - |
| HSV(B) | 116.23º | 0.78% | 0.96% | - |
| XYZ | 35.57 | 66.73 | 14.5 | - |
| YUV | 169.71 | 62.7 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 245 | 54 | 0.73 | 0 | 0.78 | 0.04 | 116.23 | 0.91 | 0.59 |
| Hex | 42 | F5 | 36 | 49 | 0 | 4E | 4 | 74 | 5B | 3B |
| Octal | 102 | 365 | 66 | 111 | 0 | 116 | 4 | 164 | 133 | 73 |
| Binary | 1000010 | 11110101 | 110110 | 1001001 | 0 | 1001110 | 100 | 1110100 | 1011011 | 111011 |
Color Harmonies of #42F536
Complementary color
Monochromatic Colors of #42F536
Black with #42F536
Text Example
Text Example
White with #42F536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F536; }
p { color: rgb(66,245,54); }
H1.HeaderClassName
{
color: #42F536;
}
.AnyTagClassName
{
color: #42F536;
}
</style>
background-color css
<style>
a { background-color: #42F536; }
a { background-color: rgb(66,245,54); }
div.DivClassName
{
background-color: #42F536;
}
.BgClassName
{
background-color: #42F536;
}
</style>
border-color css
<style>
span { border-color: #42F536; }
span { border-color: rgb(66,245,54); }
td.TdClassName
{
border-color: #42F536;
}
.TagClassName
{
border-color: #42F536;
}
</style>