Shades of Lime Green #42CF54
Tints of Lime Green #42CF54
RGB
CMYK
RGB Variations
Color information
#42CF54 (or 0x42CF54) is known color: Lime Green. HEX triplet: 42, CF and 54. RGB value is (66,207,84). Sum of RGB (Red+Green+Blue) = 66+207+84=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #42CF54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CF54 is #BD30AB. Grayscale: #979797. Windows color (decimal): -12398764 or 5558082. OLE color: 5558082.
HSL color Cylindrical-coordinate representation of color #42CF54: hue angle of 127.66º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CF54 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 207 | 84 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.19 |
| HSL | 127.66º | 0.59% | 0.54% | - |
| HSV(B) | 127.66º | 0.68% | 0.81% | - |
| XYZ | 26.16 | 46.42 | 15.97 | - |
| YUV | 150.82 | 90.29 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 84 | 0.68 | 0 | 0.59 | 0.19 | 127.66 | 0.59 | 0.54 |
| Hex | 42 | CF | 54 | 44 | 0 | 3B | 13 | 80 | 3B | 36 |
| Octal | 102 | 317 | 124 | 104 | 0 | 73 | 23 | 200 | 73 | 66 |
| Binary | 1000010 | 11001111 | 1010100 | 1000100 | 0 | 111011 | 10011 | 10000000 | 111011 | 110110 |
Color Harmonies of #42CF54
Complementary color
Monochromatic Colors of #42CF54
Black with #42CF54
Text Example
Text Example
White with #42CF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CF54; }
p { color: rgb(66,207,84); }
H1.HeaderClassName
{
color: #42CF54;
}
.AnyTagClassName
{
color: #42CF54;
}
</style>
background-color css
<style>
a { background-color: #42CF54; }
a { background-color: rgb(66,207,84); }
div.DivClassName
{
background-color: #42CF54;
}
.BgClassName
{
background-color: #42CF54;
}
</style>
border-color css
<style>
span { border-color: #42CF54; }
span { border-color: rgb(66,207,84); }
td.TdClassName
{
border-color: #42CF54;
}
.TagClassName
{
border-color: #42CF54;
}
</style>