Shades of Lime Green #42CD4A
Tints of Lime Green #42CD4A
RGB
CMYK
RGB Variations
Color information
#42CD4A (or 0x42CD4A) is known color: Lime Green. HEX triplet: 42, CD and 4A. RGB value is (66,205,74). Sum of RGB (Red+Green+Blue) = 66+205+74=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 205 (80.47% from 255 or 59.42% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CD4A is #BD32B5. Grayscale: #949494. Windows color (decimal): -12399286 or 4902210. OLE color: 4902210.
HSL color Cylindrical-coordinate representation of color #42CD4A: hue angle of 123.45º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CD4A is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 205 | 74 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.20 |
| HSL | 123.45º | 0.58% | 0.53% | - |
| HSV(B) | 123.45º | 0.68% | 0.8% | - |
| XYZ | 25.31 | 45.32 | 13.89 | - |
| YUV | 148.51 | 85.95 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 74 | 0.68 | 0 | 0.64 | 0.20 | 123.45 | 0.58 | 0.53 |
| Hex | 42 | CD | 4A | 44 | 0 | 40 | 14 | 7B | 3A | 35 |
| Octal | 102 | 315 | 112 | 104 | 0 | 100 | 24 | 173 | 72 | 65 |
| Binary | 1000010 | 11001101 | 1001010 | 1000100 | 0 | 1000000 | 10100 | 1111011 | 111010 | 110101 |
Color Harmonies of #42CD4A
Complementary color
Monochromatic Colors of #42CD4A
Black with #42CD4A
Text Example
Text Example
White with #42CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CD4A; }
p { color: rgb(66,205,74); }
H1.HeaderClassName
{
color: #42CD4A;
}
.AnyTagClassName
{
color: #42CD4A;
}
</style>
background-color css
<style>
a { background-color: #42CD4A; }
a { background-color: rgb(66,205,74); }
div.DivClassName
{
background-color: #42CD4A;
}
.BgClassName
{
background-color: #42CD4A;
}
</style>
border-color css
<style>
span { border-color: #42CD4A; }
span { border-color: rgb(66,205,74); }
td.TdClassName
{
border-color: #42CD4A;
}
.TagClassName
{
border-color: #42CD4A;
}
</style>