Shades of Lime Green #42B63D
Tints of Lime Green #42B63D
RGB
CMYK
RGB Variations
Color information
#42B63D (or 0x42B63D) is known color: Lime Green. HEX triplet: 42, B6 and 3D. RGB value is (66,182,61). Sum of RGB (Red+Green+Blue) = 66+182+61=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 182 (71.48% from 255 or 58.90% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 182 - color contains mainly: green. Hex color #42B63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B63D is #BD49C2. Grayscale: #858585. Windows color (decimal): -12405187 or 4044354. OLE color: 4044354.
HSL color Cylindrical-coordinate representation of color #42B63D: hue angle of 117.52º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42B63D is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 182 | 61 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.29 |
| HSL | 117.52º | 0.5% | 0.48% | - |
| HSV(B) | 117.52º | 0.66% | 0.71% | - |
| XYZ | 19.82 | 34.95 | 10.12 | - |
| YUV | 133.52 | 87.07 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 182 | 61 | 0.64 | 0 | 0.66 | 0.29 | 117.52 | 0.5 | 0.48 |
| Hex | 42 | B6 | 3D | 40 | 0 | 42 | 1D | 76 | 32 | 30 |
| Octal | 102 | 266 | 75 | 100 | 0 | 102 | 35 | 166 | 62 | 60 |
| Binary | 1000010 | 10110110 | 111101 | 1000000 | 0 | 1000010 | 11101 | 1110110 | 110010 | 110000 |
Color Harmonies of #42B63D
Complementary color
Monochromatic Colors of #42B63D
Black with #42B63D
Text Example
Text Example
White with #42B63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B63D; }
p { color: rgb(66,182,61); }
H1.HeaderClassName
{
color: #42B63D;
}
.AnyTagClassName
{
color: #42B63D;
}
</style>
background-color css
<style>
a { background-color: #42B63D; }
a { background-color: rgb(66,182,61); }
div.DivClassName
{
background-color: #42B63D;
}
.BgClassName
{
background-color: #42B63D;
}
</style>
border-color css
<style>
span { border-color: #42B63D; }
span { border-color: rgb(66,182,61); }
td.TdClassName
{
border-color: #42B63D;
}
.TagClassName
{
border-color: #42B63D;
}
</style>