Shades of Lime Green #42FF37
Tints of Lime Green #42FF37
RGB
CMYK
RGB Variations
Color information
#42FF37 (or 0x42FF37) is known color: Lime Green. HEX triplet: 42, FF and 37. RGB value is (66,255,55). Sum of RGB (Red+Green+Blue) = 66+255+55=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FF37 is #BD00C8. Grayscale: #B0B0B0. Windows color (decimal): -12386505 or 3669826. OLE color: 3669826.
HSL color Cylindrical-coordinate representation of color #42FF37: hue angle of 116.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42FF37 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 55 | - |
| CMYK | 0.74 | 0 | 0.78 | 0 |
| HSL | 116.7º | 1% | 0.61% | - |
| HSV(B) | 116.7º | 0.78% | 1% | - |
| XYZ | 38.7 | 72.95 | 15.66 | - |
| YUV | 175.69 | 59.88 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 55 | 0.74 | 0 | 0.78 | 0 | 116.7 | 1 | 0.61 |
| Hex | 42 | FF | 37 | 4A | 0 | 4E | 0 | 75 | 64 | 3D |
| Octal | 102 | 377 | 67 | 112 | 0 | 116 | 0 | 165 | 144 | 75 |
| Binary | 1000010 | 11111111 | 110111 | 1001010 | 0 | 1001110 | 0 | 1110101 | 1100100 | 111101 |
Color Harmonies of #42FF37
Complementary color
Monochromatic Colors of #42FF37
Black with #42FF37
Text Example
Text Example
White with #42FF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF37; }
p { color: rgb(66,255,55); }
H1.HeaderClassName
{
color: #42FF37;
}
.AnyTagClassName
{
color: #42FF37;
}
</style>
background-color css
<style>
a { background-color: #42FF37; }
a { background-color: rgb(66,255,55); }
div.DivClassName
{
background-color: #42FF37;
}
.BgClassName
{
background-color: #42FF37;
}
</style>
border-color css
<style>
span { border-color: #42FF37; }
span { border-color: rgb(66,255,55); }
td.TdClassName
{
border-color: #42FF37;
}
.TagClassName
{
border-color: #42FF37;
}
</style>