Shades of Lime Green #42D326
Tints of Lime Green #42D326
RGB
CMYK
RGB Variations
Color information
#42D326 (or 0x42D326) is known color: Lime Green. HEX triplet: 42, D3 and 26. RGB value is (66,211,38). Sum of RGB (Red+Green+Blue) = 66+211+38=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 211 (82.81% from 255 or 66.98% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 211 - color contains mainly: green. Hex color #42D326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D326 is #BD2CD9. Grayscale: #949494. Windows color (decimal): -12397786 or 2544450. OLE color: 2544450.
HSL color Cylindrical-coordinate representation of color #42D326: hue angle of 110.29º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42D326 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 38 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.17 |
| HSL | 110.29º | 0.69% | 0.49% | - |
| HSV(B) | 110.29º | 0.82% | 0.83% | - |
| XYZ | 25.89 | 47.89 | 9.71 | - |
| YUV | 147.92 | 65.96 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 38 | 0.69 | 0 | 0.82 | 0.17 | 110.29 | 0.69 | 0.49 |
| Hex | 42 | D3 | 26 | 45 | 0 | 52 | 11 | 6E | 45 | 31 |
| Octal | 102 | 323 | 46 | 105 | 0 | 122 | 21 | 156 | 105 | 61 |
| Binary | 1000010 | 11010011 | 100110 | 1000101 | 0 | 1010010 | 10001 | 1101110 | 1000101 | 110001 |
Color Harmonies of #42D326
Complementary color
Monochromatic Colors of #42D326
Black with #42D326
Text Example
Text Example
White with #42D326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D326; }
p { color: rgb(66,211,38); }
H1.HeaderClassName
{
color: #42D326;
}
.AnyTagClassName
{
color: #42D326;
}
</style>
background-color css
<style>
a { background-color: #42D326; }
a { background-color: rgb(66,211,38); }
div.DivClassName
{
background-color: #42D326;
}
.BgClassName
{
background-color: #42D326;
}
</style>
border-color css
<style>
span { border-color: #42D326; }
span { border-color: rgb(66,211,38); }
td.TdClassName
{
border-color: #42D326;
}
.TagClassName
{
border-color: #42D326;
}
</style>