Shades of Lime Green #42D13B
Tints of Lime Green #42D13B
RGB
CMYK
RGB Variations
Color information
#42D13B (or 0x42D13B) is known color: Lime Green. HEX triplet: 42, D1 and 3B. RGB value is (66,209,59). Sum of RGB (Red+Green+Blue) = 66+209+59=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 209 (82.03% from 255 or 62.57% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 209 - color contains mainly: green. Hex color #42D13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D13B is #BD2EC4. Grayscale: #959595. Windows color (decimal): -12398277 or 3920194. OLE color: 3920194.
HSL color Cylindrical-coordinate representation of color #42D13B: hue angle of 117.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42D13B is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 209 | 59 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.18 |
| HSL | 117.2º | 0.62% | 0.53% | - |
| HSV(B) | 117.2º | 0.72% | 0.82% | - |
| XYZ | 25.84 | 47.07 | 11.86 | - |
| YUV | 149.14 | 77.12 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 209 | 59 | 0.68 | 0 | 0.72 | 0.18 | 117.2 | 0.62 | 0.53 |
| Hex | 42 | D1 | 3B | 44 | 0 | 48 | 12 | 75 | 3E | 35 |
| Octal | 102 | 321 | 73 | 104 | 0 | 110 | 22 | 165 | 76 | 65 |
| Binary | 1000010 | 11010001 | 111011 | 1000100 | 0 | 1001000 | 10010 | 1110101 | 111110 | 110101 |
Color Harmonies of #42D13B
Complementary color
Monochromatic Colors of #42D13B
Black with #42D13B
Text Example
Text Example
White with #42D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D13B; }
p { color: rgb(66,209,59); }
H1.HeaderClassName
{
color: #42D13B;
}
.AnyTagClassName
{
color: #42D13B;
}
</style>
background-color css
<style>
a { background-color: #42D13B; }
a { background-color: rgb(66,209,59); }
div.DivClassName
{
background-color: #42D13B;
}
.BgClassName
{
background-color: #42D13B;
}
</style>
border-color css
<style>
span { border-color: #42D13B; }
span { border-color: rgb(66,209,59); }
td.TdClassName
{
border-color: #42D13B;
}
.TagClassName
{
border-color: #42D13B;
}
</style>