Shades of Lime Green #42D235
Tints of Lime Green #42D235
RGB
CMYK
RGB Variations
Color information
#42D235 (or 0x42D235) is known color: Lime Green. HEX triplet: 42, D2 and 35. RGB value is (66,210,53). Sum of RGB (Red+Green+Blue) = 66+210+53=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 210 (82.42% from 255 or 63.83% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 210 - color contains mainly: green. Hex color #42D235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D235 is #BD2DCA. Grayscale: #959595. Windows color (decimal): -12398027 or 3527234. OLE color: 3527234.
HSL color Cylindrical-coordinate representation of color #42D235: hue angle of 115.03º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42D235 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 210 | 53 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.18 |
| HSL | 115.03º | 0.64% | 0.52% | - |
| HSV(B) | 115.03º | 0.75% | 0.82% | - |
| XYZ | 25.94 | 47.51 | 11.17 | - |
| YUV | 149.05 | 73.79 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 210 | 53 | 0.69 | 0 | 0.75 | 0.18 | 115.03 | 0.64 | 0.52 |
| Hex | 42 | D2 | 35 | 45 | 0 | 4B | 12 | 73 | 40 | 34 |
| Octal | 102 | 322 | 65 | 105 | 0 | 113 | 22 | 163 | 100 | 64 |
| Binary | 1000010 | 11010010 | 110101 | 1000101 | 0 | 1001011 | 10010 | 1110011 | 1000000 | 110100 |
Color Harmonies of #42D235
Complementary color
Monochromatic Colors of #42D235
Black with #42D235
Text Example
Text Example
White with #42D235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D235; }
p { color: rgb(66,210,53); }
H1.HeaderClassName
{
color: #42D235;
}
.AnyTagClassName
{
color: #42D235;
}
</style>
background-color css
<style>
a { background-color: #42D235; }
a { background-color: rgb(66,210,53); }
div.DivClassName
{
background-color: #42D235;
}
.BgClassName
{
background-color: #42D235;
}
</style>
border-color css
<style>
span { border-color: #42D235; }
span { border-color: rgb(66,210,53); }
td.TdClassName
{
border-color: #42D235;
}
.TagClassName
{
border-color: #42D235;
}
</style>