Shades of Lime Green #42D04B
Tints of Lime Green #42D04B
RGB
CMYK
RGB Variations
Color information
#42D04B (or 0x42D04B) is known color: Lime Green. HEX triplet: 42, D0 and 4B. RGB value is (66,208,75). Sum of RGB (Red+Green+Blue) = 66+208+75=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #42D04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D04B is #BD2FB4. Grayscale: #969696. Windows color (decimal): -12398517 or 4968514. OLE color: 4968514.
HSL color Cylindrical-coordinate representation of color #42D04B: hue angle of 123.8º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D04B is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 75 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.18 |
| HSL | 123.8º | 0.6% | 0.54% | - |
| HSV(B) | 123.8º | 0.68% | 0.82% | - |
| XYZ | 26.07 | 46.78 | 14.31 | - |
| YUV | 150.38 | 85.46 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 75 | 0.68 | 0 | 0.64 | 0.18 | 123.8 | 0.6 | 0.54 |
| Hex | 42 | D0 | 4B | 44 | 0 | 40 | 12 | 7C | 3C | 36 |
| Octal | 102 | 320 | 113 | 104 | 0 | 100 | 22 | 174 | 74 | 66 |
| Binary | 1000010 | 11010000 | 1001011 | 1000100 | 0 | 1000000 | 10010 | 1111100 | 111100 | 110110 |
Color Harmonies of #42D04B
Complementary color
Monochromatic Colors of #42D04B
Black with #42D04B
Text Example
Text Example
White with #42D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D04B; }
p { color: rgb(66,208,75); }
H1.HeaderClassName
{
color: #42D04B;
}
.AnyTagClassName
{
color: #42D04B;
}
</style>
background-color css
<style>
a { background-color: #42D04B; }
a { background-color: rgb(66,208,75); }
div.DivClassName
{
background-color: #42D04B;
}
.BgClassName
{
background-color: #42D04B;
}
</style>
border-color css
<style>
span { border-color: #42D04B; }
span { border-color: rgb(66,208,75); }
td.TdClassName
{
border-color: #42D04B;
}
.TagClassName
{
border-color: #42D04B;
}
</style>