Shades of Lime Green #42D44F
Tints of Lime Green #42D44F
RGB
CMYK
RGB Variations
Color information
#42D44F (or 0x42D44F) is known color: Lime Green. HEX triplet: 42, D4 and 4F. RGB value is (66,212,79). Sum of RGB (Red+Green+Blue) = 66+212+79=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 212 (83.20% from 255 or 59.38% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 212 - color contains mainly: green. Hex color #42D44F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D44F is #BD2BB0. Grayscale: #999999. Windows color (decimal): -12397489 or 5231682. OLE color: 5231682.
HSL color Cylindrical-coordinate representation of color #42D44F: hue angle of 125.34º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D44F is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 212 | 79 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.17 |
| HSL | 125.34º | 0.63% | 0.55% | - |
| HSV(B) | 125.34º | 0.69% | 0.83% | - |
| XYZ | 27.2 | 48.81 | 15.38 | - |
| YUV | 153.18 | 86.13 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 212 | 79 | 0.69 | 0 | 0.63 | 0.17 | 125.34 | 0.63 | 0.55 |
| Hex | 42 | D4 | 4F | 45 | 0 | 3F | 11 | 7D | 3F | 37 |
| Octal | 102 | 324 | 117 | 105 | 0 | 77 | 21 | 175 | 77 | 67 |
| Binary | 1000010 | 11010100 | 1001111 | 1000101 | 0 | 111111 | 10001 | 1111101 | 111111 | 110111 |
Color Harmonies of #42D44F
Complementary color
Monochromatic Colors of #42D44F
Black with #42D44F
Text Example
Text Example
White with #42D44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D44F; }
p { color: rgb(66,212,79); }
H1.HeaderClassName
{
color: #42D44F;
}
.AnyTagClassName
{
color: #42D44F;
}
</style>
background-color css
<style>
a { background-color: #42D44F; }
a { background-color: rgb(66,212,79); }
div.DivClassName
{
background-color: #42D44F;
}
.BgClassName
{
background-color: #42D44F;
}
</style>
border-color css
<style>
span { border-color: #42D44F; }
span { border-color: rgb(66,212,79); }
td.TdClassName
{
border-color: #42D44F;
}
.TagClassName
{
border-color: #42D44F;
}
</style>