Shades of Lime Green #42FD37
Tints of Lime Green #42FD37
RGB
CMYK
RGB Variations
Color information
#42FD37 (or 0x42FD37) is known color: Lime Green. HEX triplet: 42, FD and 37. RGB value is (66,253,55). Sum of RGB (Red+Green+Blue) = 66+253+55=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 253 (99.22% from 255 or 67.65% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 253 - color contains mainly: green. Hex color #42FD37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FD37 is #BD02C8. Grayscale: #AFAFAF. Windows color (decimal): -12387017 or 3669314. OLE color: 3669314.
HSL color Cylindrical-coordinate representation of color #42FD37: hue angle of 116.67º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42FD37 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 253 | 55 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.01 |
| HSL | 116.67º | 0.98% | 0.6% | - |
| HSV(B) | 116.67º | 0.78% | 0.99% | - |
| XYZ | 38.06 | 71.68 | 15.44 | - |
| YUV | 174.52 | 60.55 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 55 | 0.74 | 0 | 0.78 | 0.01 | 116.67 | 0.98 | 0.6 |
| Hex | 42 | FD | 37 | 4A | 0 | 4E | 1 | 75 | 62 | 3C |
| Octal | 102 | 375 | 67 | 112 | 0 | 116 | 1 | 165 | 142 | 74 |
| Binary | 1000010 | 11111101 | 110111 | 1001010 | 0 | 1001110 | 1 | 1110101 | 1100010 | 111100 |
Color Harmonies of #42FD37
Complementary color
Monochromatic Colors of #42FD37
Black with #42FD37
Text Example
Text Example
White with #42FD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FD37; }
p { color: rgb(66,253,55); }
H1.HeaderClassName
{
color: #42FD37;
}
.AnyTagClassName
{
color: #42FD37;
}
</style>
background-color css
<style>
a { background-color: #42FD37; }
a { background-color: rgb(66,253,55); }
div.DivClassName
{
background-color: #42FD37;
}
.BgClassName
{
background-color: #42FD37;
}
</style>
border-color css
<style>
span { border-color: #42FD37; }
span { border-color: rgb(66,253,55); }
td.TdClassName
{
border-color: #42FD37;
}
.TagClassName
{
border-color: #42FD37;
}
</style>