Shades of Lime Green #42D325
Tints of Lime Green #42D325
RGB
CMYK
RGB Variations
Color information
#42D325 (or 0x42D325) is known color: Lime Green. HEX triplet: 42, D3 and 25. RGB value is (66,211,37). Sum of RGB (Red+Green+Blue) = 66+211+37=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 211 (82.81% from 255 or 67.20% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 211 - color contains mainly: green. Hex color #42D325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D325 is #BD2CDA. Grayscale: #949494. Windows color (decimal): -12397787 or 2478914. OLE color: 2478914.
HSL color Cylindrical-coordinate representation of color #42D325: hue angle of 110º degrees, saturation: 0.7, 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 #42D325 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 37 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.17 |
| HSL | 110º | 0.7% | 0.49% | - |
| HSV(B) | 110º | 0.82% | 0.83% | - |
| XYZ | 25.87 | 47.88 | 9.63 | - |
| YUV | 147.81 | 65.46 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 37 | 0.69 | 0 | 0.82 | 0.17 | 110 | 0.7 | 0.49 |
| Hex | 42 | D3 | 25 | 45 | 0 | 52 | 11 | 6E | 46 | 31 |
| Octal | 102 | 323 | 45 | 105 | 0 | 122 | 21 | 156 | 106 | 61 |
| Binary | 1000010 | 11010011 | 100101 | 1000101 | 0 | 1010010 | 10001 | 1101110 | 1000110 | 110001 |
Color Harmonies of #42D325
Complementary color
Monochromatic Colors of #42D325
Black with #42D325
Text Example
Text Example
White with #42D325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D325; }
p { color: rgb(66,211,37); }
H1.HeaderClassName
{
color: #42D325;
}
.AnyTagClassName
{
color: #42D325;
}
</style>
background-color css
<style>
a { background-color: #42D325; }
a { background-color: rgb(66,211,37); }
div.DivClassName
{
background-color: #42D325;
}
.BgClassName
{
background-color: #42D325;
}
</style>
border-color css
<style>
span { border-color: #42D325; }
span { border-color: rgb(66,211,37); }
td.TdClassName
{
border-color: #42D325;
}
.TagClassName
{
border-color: #42D325;
}
</style>