Shades of Lime Green #42D54A
Tints of Lime Green #42D54A
RGB
CMYK
RGB Variations
Color information
#42D54A (or 0x42D54A) is known color: Lime Green. HEX triplet: 42, D5 and 4A. RGB value is (66,213,74). Sum of RGB (Red+Green+Blue) = 66+213+74=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 213 (83.59% from 255 or 60.34% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 213 - color contains mainly: green. Hex color #42D54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D54A is #BD2AB5. Grayscale: #999999. Windows color (decimal): -12397238 or 4904258. OLE color: 4904258.
HSL color Cylindrical-coordinate representation of color #42D54A: hue angle of 123.27º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D54A is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 213 | 74 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.16 |
| HSL | 123.27º | 0.64% | 0.55% | - |
| HSV(B) | 123.27º | 0.69% | 0.84% | - |
| XYZ | 27.28 | 49.24 | 14.55 | - |
| YUV | 153.2 | 83.3 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 74 | 0.69 | 0 | 0.65 | 0.16 | 123.27 | 0.64 | 0.55 |
| Hex | 42 | D5 | 4A | 45 | 0 | 41 | 10 | 7B | 40 | 37 |
| Octal | 102 | 325 | 112 | 105 | 0 | 101 | 20 | 173 | 100 | 67 |
| Binary | 1000010 | 11010101 | 1001010 | 1000101 | 0 | 1000001 | 10000 | 1111011 | 1000000 | 110111 |
Color Harmonies of #42D54A
Complementary color
Monochromatic Colors of #42D54A
Black with #42D54A
Text Example
Text Example
White with #42D54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D54A; }
p { color: rgb(66,213,74); }
H1.HeaderClassName
{
color: #42D54A;
}
.AnyTagClassName
{
color: #42D54A;
}
</style>
background-color css
<style>
a { background-color: #42D54A; }
a { background-color: rgb(66,213,74); }
div.DivClassName
{
background-color: #42D54A;
}
.BgClassName
{
background-color: #42D54A;
}
</style>
border-color css
<style>
span { border-color: #42D54A; }
span { border-color: rgb(66,213,74); }
td.TdClassName
{
border-color: #42D54A;
}
.TagClassName
{
border-color: #42D54A;
}
</style>