Shades of Lime Green #42C844
Tints of Lime Green #42C844
RGB
CMYK
RGB Variations
Color information
#42C844 (or 0x42C844) is known color: Lime Green. HEX triplet: 42, C8 and 44. RGB value is (66,200,68). Sum of RGB (Red+Green+Blue) = 66+200+68=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 200 (78.52% from 255 or 59.88% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 200 - color contains mainly: green. Hex color #42C844 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C844 is #BD37BB. Grayscale: #919191. Windows color (decimal): -12400572 or 4507714. OLE color: 4507714.
HSL color Cylindrical-coordinate representation of color #42C844: hue angle of 120.9º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C844 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 200 | 68 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.22 |
| HSL | 120.9º | 0.55% | 0.52% | - |
| HSV(B) | 120.9º | 0.67% | 0.78% | - |
| XYZ | 23.94 | 42.88 | 12.48 | - |
| YUV | 144.89 | 84.61 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 200 | 68 | 0.67 | 0 | 0.66 | 0.22 | 120.9 | 0.55 | 0.52 |
| Hex | 42 | C8 | 44 | 43 | 0 | 42 | 16 | 79 | 37 | 34 |
| Octal | 102 | 310 | 104 | 103 | 0 | 102 | 26 | 171 | 67 | 64 |
| Binary | 1000010 | 11001000 | 1000100 | 1000011 | 0 | 1000010 | 10110 | 1111001 | 110111 | 110100 |
Color Harmonies of #42C844
Complementary color
Monochromatic Colors of #42C844
Black with #42C844
Text Example
Text Example
White with #42C844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C844; }
p { color: rgb(66,200,68); }
H1.HeaderClassName
{
color: #42C844;
}
.AnyTagClassName
{
color: #42C844;
}
</style>
background-color css
<style>
a { background-color: #42C844; }
a { background-color: rgb(66,200,68); }
div.DivClassName
{
background-color: #42C844;
}
.BgClassName
{
background-color: #42C844;
}
</style>
border-color css
<style>
span { border-color: #42C844; }
span { border-color: rgb(66,200,68); }
td.TdClassName
{
border-color: #42C844;
}
.TagClassName
{
border-color: #42C844;
}
</style>