Shades of Lime Green #42FE39
Tints of Lime Green #42FE39
RGB
CMYK
RGB Variations
Color information
#42FE39 (or 0x42FE39) is known color: Lime Green. HEX triplet: 42, FE and 39. RGB value is (66,254,57). Sum of RGB (Red+Green+Blue) = 66+254+57=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 254 (99.61% from 255 or 67.37% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 254 - color contains mainly: green. Hex color #42FE39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FE39 is #BD01C6. Grayscale: #AFAFAF. Windows color (decimal): -12386759 or 3800642. OLE color: 3800642.
HSL color Cylindrical-coordinate representation of color #42FE39: hue angle of 117.26º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42FE39 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 57 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.00 |
| HSL | 117.26º | 0.99% | 0.61% | - |
| HSV(B) | 117.26º | 0.78% | 1% | - |
| XYZ | 38.43 | 72.34 | 15.81 | - |
| YUV | 175.33 | 61.22 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 57 | 0.74 | 0 | 0.78 | 0.00 | 117.26 | 0.99 | 0.61 |
| Hex | 42 | FE | 39 | 4A | 0 | 4E | 0 | 75 | 63 | 3D |
| Octal | 102 | 376 | 71 | 112 | 0 | 116 | 0 | 165 | 143 | 75 |
| Binary | 1000010 | 11111110 | 111001 | 1001010 | 0 | 1001110 | 0 | 1110101 | 1100011 | 111101 |
Color Harmonies of #42FE39
Complementary color
Monochromatic Colors of #42FE39
Black with #42FE39
Text Example
Text Example
White with #42FE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FE39; }
p { color: rgb(66,254,57); }
H1.HeaderClassName
{
color: #42FE39;
}
.AnyTagClassName
{
color: #42FE39;
}
</style>
background-color css
<style>
a { background-color: #42FE39; }
a { background-color: rgb(66,254,57); }
div.DivClassName
{
background-color: #42FE39;
}
.BgClassName
{
background-color: #42FE39;
}
</style>
border-color css
<style>
span { border-color: #42FE39; }
span { border-color: rgb(66,254,57); }
td.TdClassName
{
border-color: #42FE39;
}
.TagClassName
{
border-color: #42FE39;
}
</style>