Shades of Lime Green #42C03B
Tints of Lime Green #42C03B
RGB
CMYK
RGB Variations
Color information
#42C03B (or 0x42C03B) is known color: Lime Green. HEX triplet: 42, C0 and 3B. RGB value is (66,192,59). Sum of RGB (Red+Green+Blue) = 66+192+59=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #42C03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C03B is #BD3FC4. Grayscale: #8B8B8B. Windows color (decimal): -12402629 or 3915842. OLE color: 3915842.
HSL color Cylindrical-coordinate representation of color #42C03B: hue angle of 116.84º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42C03B is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 59 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.25 |
| HSL | 116.84º | 0.53% | 0.49% | - |
| HSV(B) | 116.84º | 0.69% | 0.75% | - |
| XYZ | 21.89 | 39.17 | 10.55 | - |
| YUV | 139.16 | 82.76 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 59 | 0.66 | 0 | 0.69 | 0.25 | 116.84 | 0.53 | 0.49 |
| Hex | 42 | C0 | 3B | 42 | 0 | 45 | 19 | 75 | 35 | 31 |
| Octal | 102 | 300 | 73 | 102 | 0 | 105 | 31 | 165 | 65 | 61 |
| Binary | 1000010 | 11000000 | 111011 | 1000010 | 0 | 1000101 | 11001 | 1110101 | 110101 | 110001 |
Color Harmonies of #42C03B
Complementary color
Monochromatic Colors of #42C03B
Black with #42C03B
Text Example
Text Example
White with #42C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C03B; }
p { color: rgb(66,192,59); }
H1.HeaderClassName
{
color: #42C03B;
}
.AnyTagClassName
{
color: #42C03B;
}
</style>
background-color css
<style>
a { background-color: #42C03B; }
a { background-color: rgb(66,192,59); }
div.DivClassName
{
background-color: #42C03B;
}
.BgClassName
{
background-color: #42C03B;
}
</style>
border-color css
<style>
span { border-color: #42C03B; }
span { border-color: rgb(66,192,59); }
td.TdClassName
{
border-color: #42C03B;
}
.TagClassName
{
border-color: #42C03B;
}
</style>