Shades of Lime Green #42DC27
Tints of Lime Green #42DC27
RGB
CMYK
RGB Variations
Color information
#42DC27 (or 0x42DC27) is known color: Lime Green. HEX triplet: 42, DC and 27. RGB value is (66,220,39). Sum of RGB (Red+Green+Blue) = 66+220+39=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 220 (86.33% from 255 or 67.69% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DC27 is #BD23D8. Grayscale: #999999. Windows color (decimal): -12395481 or 2612290. OLE color: 2612290.
HSL color Cylindrical-coordinate representation of color #42DC27: hue angle of 111.05º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42DC27 is Cyan = 0.7, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 39 | - |
| CMYK | 0.7 | 0 | 0.82 | 0.14 |
| HSL | 111.05º | 0.72% | 0.51% | - |
| HSV(B) | 111.05º | 0.82% | 0.86% | - |
| XYZ | 28.21 | 52.49 | 10.56 | - |
| YUV | 153.32 | 63.48 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 39 | 0.7 | 0 | 0.82 | 0.14 | 111.05 | 0.72 | 0.51 |
| Hex | 42 | DC | 27 | 46 | 0 | 52 | E | 6F | 48 | 33 |
| Octal | 102 | 334 | 47 | 106 | 0 | 122 | 16 | 157 | 110 | 63 |
| Binary | 1000010 | 11011100 | 100111 | 1000110 | 0 | 1010010 | 1110 | 1101111 | 1001000 | 110011 |
Color Harmonies of #42DC27
Complementary color
Monochromatic Colors of #42DC27
Black with #42DC27
Text Example
Text Example
White with #42DC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DC27; }
p { color: rgb(66,220,39); }
H1.HeaderClassName
{
color: #42DC27;
}
.AnyTagClassName
{
color: #42DC27;
}
</style>
background-color css
<style>
a { background-color: #42DC27; }
a { background-color: rgb(66,220,39); }
div.DivClassName
{
background-color: #42DC27;
}
.BgClassName
{
background-color: #42DC27;
}
</style>
border-color css
<style>
span { border-color: #42DC27; }
span { border-color: rgb(66,220,39); }
td.TdClassName
{
border-color: #42DC27;
}
.TagClassName
{
border-color: #42DC27;
}
</style>