Shades of Lime Green #42BA3F
Tints of Lime Green #42BA3F
RGB
CMYK
RGB Variations
Color information
#42BA3F (or 0x42BA3F) is known color: Lime Green. HEX triplet: 42, BA and 3F. RGB value is (66,186,63). Sum of RGB (Red+Green+Blue) = 66+186+63=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BA3F is #BD45C0. Grayscale: #888888. Windows color (decimal): -12404161 or 4176450. OLE color: 4176450.
HSL color Cylindrical-coordinate representation of color #42BA3F: hue angle of 118.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42BA3F is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 186 | 63 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.27 |
| HSL | 118.54º | 0.49% | 0.49% | - |
| HSV(B) | 118.54º | 0.66% | 0.73% | - |
| XYZ | 20.7 | 36.63 | 10.68 | - |
| YUV | 136.1 | 86.74 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 186 | 63 | 0.65 | 0 | 0.66 | 0.27 | 118.54 | 0.49 | 0.49 |
| Hex | 42 | BA | 3F | 41 | 0 | 42 | 1B | 77 | 31 | 31 |
| Octal | 102 | 272 | 77 | 101 | 0 | 102 | 33 | 167 | 61 | 61 |
| Binary | 1000010 | 10111010 | 111111 | 1000001 | 0 | 1000010 | 11011 | 1110111 | 110001 | 110001 |
Color Harmonies of #42BA3F
Complementary color
Monochromatic Colors of #42BA3F
Black with #42BA3F
Text Example
Text Example
White with #42BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BA3F; }
p { color: rgb(66,186,63); }
H1.HeaderClassName
{
color: #42BA3F;
}
.AnyTagClassName
{
color: #42BA3F;
}
</style>
background-color css
<style>
a { background-color: #42BA3F; }
a { background-color: rgb(66,186,63); }
div.DivClassName
{
background-color: #42BA3F;
}
.BgClassName
{
background-color: #42BA3F;
}
</style>
border-color css
<style>
span { border-color: #42BA3F; }
span { border-color: rgb(66,186,63); }
td.TdClassName
{
border-color: #42BA3F;
}
.TagClassName
{
border-color: #42BA3F;
}
</style>