Shades of Lime Green #42D436
Tints of Lime Green #42D436
RGB
CMYK
RGB Variations
Color information
#42D436 (or 0x42D436) is known color: Lime Green. HEX triplet: 42, D4 and 36. RGB value is (66,212,54). Sum of RGB (Red+Green+Blue) = 66+212+54=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 212 (83.20% from 255 or 63.86% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 212 - color contains mainly: green. Hex color #42D436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D436 is #BD2BC9. Grayscale: #969696. Windows color (decimal): -12397514 or 3593282. OLE color: 3593282.
HSL color Cylindrical-coordinate representation of color #42D436: hue angle of 115.44º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42D436 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 212 | 54 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.17 |
| HSL | 115.44º | 0.65% | 0.52% | - |
| HSV(B) | 115.44º | 0.75% | 0.83% | - |
| XYZ | 26.46 | 48.51 | 11.46 | - |
| YUV | 150.33 | 73.63 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 212 | 54 | 0.69 | 0 | 0.75 | 0.17 | 115.44 | 0.65 | 0.52 |
| Hex | 42 | D4 | 36 | 45 | 0 | 4B | 11 | 73 | 41 | 34 |
| Octal | 102 | 324 | 66 | 105 | 0 | 113 | 21 | 163 | 101 | 64 |
| Binary | 1000010 | 11010100 | 110110 | 1000101 | 0 | 1001011 | 10001 | 1110011 | 1000001 | 110100 |
Color Harmonies of #42D436
Complementary color
Monochromatic Colors of #42D436
Black with #42D436
Text Example
Text Example
White with #42D436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D436; }
p { color: rgb(66,212,54); }
H1.HeaderClassName
{
color: #42D436;
}
.AnyTagClassName
{
color: #42D436;
}
</style>
background-color css
<style>
a { background-color: #42D436; }
a { background-color: rgb(66,212,54); }
div.DivClassName
{
background-color: #42D436;
}
.BgClassName
{
background-color: #42D436;
}
</style>
border-color css
<style>
span { border-color: #42D436; }
span { border-color: rgb(66,212,54); }
td.TdClassName
{
border-color: #42D436;
}
.TagClassName
{
border-color: #42D436;
}
</style>