Shades of Lime Green #42F337
Tints of Lime Green #42F337
RGB
CMYK
RGB Variations
Color information
#42F337 (or 0x42F337) is known color: Lime Green. HEX triplet: 42, F3 and 37. RGB value is (66,243,55). Sum of RGB (Red+Green+Blue) = 66+243+55=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 243 (95.31% from 255 or 66.76% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 243 - color contains mainly: green. Hex color #42F337 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F337 is #BD0CC8. Grayscale: #A9A9A9. Windows color (decimal): -12389577 or 3666754. OLE color: 3666754.
HSL color Cylindrical-coordinate representation of color #42F337: hue angle of 116.49º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42F337 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 55 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.05 |
| HSL | 116.49º | 0.89% | 0.58% | - |
| HSV(B) | 116.49º | 0.77% | 0.95% | - |
| XYZ | 34.99 | 65.54 | 14.42 | - |
| YUV | 168.65 | 63.86 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 55 | 0.73 | 0 | 0.77 | 0.05 | 116.49 | 0.89 | 0.58 |
| Hex | 42 | F3 | 37 | 49 | 0 | 4D | 5 | 74 | 59 | 3A |
| Octal | 102 | 363 | 67 | 111 | 0 | 115 | 5 | 164 | 131 | 72 |
| Binary | 1000010 | 11110011 | 110111 | 1001001 | 0 | 1001101 | 101 | 1110100 | 1011001 | 111010 |
Color Harmonies of #42F337
Complementary color
Monochromatic Colors of #42F337
Black with #42F337
Text Example
Text Example
White with #42F337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F337; }
p { color: rgb(66,243,55); }
H1.HeaderClassName
{
color: #42F337;
}
.AnyTagClassName
{
color: #42F337;
}
</style>
background-color css
<style>
a { background-color: #42F337; }
a { background-color: rgb(66,243,55); }
div.DivClassName
{
background-color: #42F337;
}
.BgClassName
{
background-color: #42F337;
}
</style>
border-color css
<style>
span { border-color: #42F337; }
span { border-color: rgb(66,243,55); }
td.TdClassName
{
border-color: #42F337;
}
.TagClassName
{
border-color: #42F337;
}
</style>