Shades of Lime Green #42D827
Tints of Lime Green #42D827
RGB
CMYK
RGB Variations
Color information
#42D827 (or 0x42D827) is known color: Lime Green. HEX triplet: 42, D8 and 27. RGB value is (66,216,39). Sum of RGB (Red+Green+Blue) = 66+216+39=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 216 (84.77% from 255 or 67.29% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 216 - color contains mainly: green. Hex color #42D827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D827 is #BD27D8. Grayscale: #979797. Windows color (decimal): -12396505 or 2611266. OLE color: 2611266.
HSL color Cylindrical-coordinate representation of color #42D827: hue angle of 110.85º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42D827 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 39 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.15 |
| HSL | 110.85º | 0.69% | 0.5% | - |
| HSV(B) | 110.85º | 0.82% | 0.85% | - |
| XYZ | 27.17 | 50.42 | 10.22 | - |
| YUV | 150.97 | 64.81 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 39 | 0.69 | 0 | 0.82 | 0.15 | 110.85 | 0.69 | 0.5 |
| Hex | 42 | D8 | 27 | 45 | 0 | 52 | F | 6F | 45 | 32 |
| Octal | 102 | 330 | 47 | 105 | 0 | 122 | 17 | 157 | 105 | 62 |
| Binary | 1000010 | 11011000 | 100111 | 1000101 | 0 | 1010010 | 1111 | 1101111 | 1000101 | 110010 |
Color Harmonies of #42D827
Complementary color
Monochromatic Colors of #42D827
Black with #42D827
Text Example
Text Example
White with #42D827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D827; }
p { color: rgb(66,216,39); }
H1.HeaderClassName
{
color: #42D827;
}
.AnyTagClassName
{
color: #42D827;
}
</style>
background-color css
<style>
a { background-color: #42D827; }
a { background-color: rgb(66,216,39); }
div.DivClassName
{
background-color: #42D827;
}
.BgClassName
{
background-color: #42D827;
}
</style>
border-color css
<style>
span { border-color: #42D827; }
span { border-color: rgb(66,216,39); }
td.TdClassName
{
border-color: #42D827;
}
.TagClassName
{
border-color: #42D827;
}
</style>