Shades of Lime Green #42CE54
Tints of Lime Green #42CE54
RGB
CMYK
RGB Variations
Color information
#42CE54 (or 0x42CE54) is known color: Lime Green. HEX triplet: 42, CE and 54. RGB value is (66,206,84). Sum of RGB (Red+Green+Blue) = 66+206+84=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CE54 is #BD31AB. Grayscale: #969696. Windows color (decimal): -12399020 or 5557826. OLE color: 5557826.
HSL color Cylindrical-coordinate representation of color #42CE54: hue angle of 127.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CE54 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 206 | 84 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.19 |
| HSL | 127.71º | 0.59% | 0.53% | - |
| HSV(B) | 127.71º | 0.68% | 0.81% | - |
| XYZ | 25.92 | 45.94 | 15.89 | - |
| YUV | 150.23 | 90.62 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 84 | 0.68 | 0 | 0.59 | 0.19 | 127.71 | 0.59 | 0.53 |
| Hex | 42 | CE | 54 | 44 | 0 | 3B | 13 | 80 | 3B | 35 |
| Octal | 102 | 316 | 124 | 104 | 0 | 73 | 23 | 200 | 73 | 65 |
| Binary | 1000010 | 11001110 | 1010100 | 1000100 | 0 | 111011 | 10011 | 10000000 | 111011 | 110101 |
Color Harmonies of #42CE54
Complementary color
Monochromatic Colors of #42CE54
Black with #42CE54
Text Example
Text Example
White with #42CE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CE54; }
p { color: rgb(66,206,84); }
H1.HeaderClassName
{
color: #42CE54;
}
.AnyTagClassName
{
color: #42CE54;
}
</style>
background-color css
<style>
a { background-color: #42CE54; }
a { background-color: rgb(66,206,84); }
div.DivClassName
{
background-color: #42CE54;
}
.BgClassName
{
background-color: #42CE54;
}
</style>
border-color css
<style>
span { border-color: #42CE54; }
span { border-color: rgb(66,206,84); }
td.TdClassName
{
border-color: #42CE54;
}
.TagClassName
{
border-color: #42CE54;
}
</style>