Shades of Lime Green #42C03D
Tints of Lime Green #42C03D
RGB
CMYK
RGB Variations
Color information
#42C03D (or 0x42C03D) is known color: Lime Green. HEX triplet: 42, C0 and 3D. RGB value is (66,192,61). Sum of RGB (Red+Green+Blue) = 66+192+61=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #42C03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C03D is #BD3FC2. Grayscale: #8B8B8B. Windows color (decimal): -12402627 or 4046914. OLE color: 4046914.
HSL color Cylindrical-coordinate representation of color #42C03D: hue angle of 117.71º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42C03D is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 61 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.25 |
| HSL | 117.71º | 0.52% | 0.5% | - |
| HSV(B) | 117.71º | 0.68% | 0.75% | - |
| XYZ | 21.94 | 39.19 | 10.82 | - |
| YUV | 139.39 | 83.76 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 61 | 0.66 | 0 | 0.68 | 0.25 | 117.71 | 0.52 | 0.5 |
| Hex | 42 | C0 | 3D | 42 | 0 | 44 | 19 | 76 | 34 | 32 |
| Octal | 102 | 300 | 75 | 102 | 0 | 104 | 31 | 166 | 64 | 62 |
| Binary | 1000010 | 11000000 | 111101 | 1000010 | 0 | 1000100 | 11001 | 1110110 | 110100 | 110010 |
Color Harmonies of #42C03D
Complementary color
Monochromatic Colors of #42C03D
Black with #42C03D
Text Example
Text Example
White with #42C03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C03D; }
p { color: rgb(66,192,61); }
H1.HeaderClassName
{
color: #42C03D;
}
.AnyTagClassName
{
color: #42C03D;
}
</style>
background-color css
<style>
a { background-color: #42C03D; }
a { background-color: rgb(66,192,61); }
div.DivClassName
{
background-color: #42C03D;
}
.BgClassName
{
background-color: #42C03D;
}
</style>
border-color css
<style>
span { border-color: #42C03D; }
span { border-color: rgb(66,192,61); }
td.TdClassName
{
border-color: #42C03D;
}
.TagClassName
{
border-color: #42C03D;
}
</style>