Shades of Lime Green #42CD3F
Tints of Lime Green #42CD3F
RGB
CMYK
RGB Variations
Color information
#42CD3F (or 0x42CD3F) is known color: Lime Green. HEX triplet: 42, CD and 3F. RGB value is (66,205,63). Sum of RGB (Red+Green+Blue) = 66+205+63=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 205 (80.47% from 255 or 61.38% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CD3F is #BD32C0. Grayscale: #939393. Windows color (decimal): -12399297 or 4181314. OLE color: 4181314.
HSL color Cylindrical-coordinate representation of color #42CD3F: hue angle of 118.73º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42CD3F is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 205 | 63 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.20 |
| HSL | 118.73º | 0.59% | 0.53% | - |
| HSV(B) | 118.73º | 0.69% | 0.8% | - |
| XYZ | 24.98 | 45.18 | 12.11 | - |
| YUV | 147.25 | 80.45 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 63 | 0.68 | 0 | 0.69 | 0.20 | 118.73 | 0.59 | 0.53 |
| Hex | 42 | CD | 3F | 44 | 0 | 45 | 14 | 77 | 3B | 35 |
| Octal | 102 | 315 | 77 | 104 | 0 | 105 | 24 | 167 | 73 | 65 |
| Binary | 1000010 | 11001101 | 111111 | 1000100 | 0 | 1000101 | 10100 | 1110111 | 111011 | 110101 |
Color Harmonies of #42CD3F
Complementary color
Monochromatic Colors of #42CD3F
Black with #42CD3F
Text Example
Text Example
White with #42CD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CD3F; }
p { color: rgb(66,205,63); }
H1.HeaderClassName
{
color: #42CD3F;
}
.AnyTagClassName
{
color: #42CD3F;
}
</style>
background-color css
<style>
a { background-color: #42CD3F; }
a { background-color: rgb(66,205,63); }
div.DivClassName
{
background-color: #42CD3F;
}
.BgClassName
{
background-color: #42CD3F;
}
</style>
border-color css
<style>
span { border-color: #42CD3F; }
span { border-color: rgb(66,205,63); }
td.TdClassName
{
border-color: #42CD3F;
}
.TagClassName
{
border-color: #42CD3F;
}
</style>