Shades of Lime Green #42B934
Tints of Lime Green #42B934
RGB
CMYK
RGB Variations
Color information
#42B934 (or 0x42B934) is known color: Lime Green. HEX triplet: 42, B9 and 34. RGB value is (66,185,52). Sum of RGB (Red+Green+Blue) = 66+185+52=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 185 (72.66% from 255 or 61.06% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 185 - color contains mainly: green. Hex color #42B934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B934 is #BD46CB. Grayscale: #868686. Windows color (decimal): -12404428 or 3455298. OLE color: 3455298.
HSL color Cylindrical-coordinate representation of color #42B934: hue angle of 113.68º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42B934 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 52 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.27 |
| HSL | 113.68º | 0.56% | 0.46% | - |
| HSV(B) | 113.68º | 0.72% | 0.73% | - |
| XYZ | 20.22 | 36.1 | 9.15 | - |
| YUV | 134.26 | 81.58 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 52 | 0.64 | 0 | 0.72 | 0.27 | 113.68 | 0.56 | 0.46 |
| Hex | 42 | B9 | 34 | 40 | 0 | 48 | 1B | 72 | 38 | 2E |
| Octal | 102 | 271 | 64 | 100 | 0 | 110 | 33 | 162 | 70 | 56 |
| Binary | 1000010 | 10111001 | 110100 | 1000000 | 0 | 1001000 | 11011 | 1110010 | 111000 | 101110 |
Color Harmonies of #42B934
Complementary color
Monochromatic Colors of #42B934
Black with #42B934
Text Example
Text Example
White with #42B934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B934; }
p { color: rgb(66,185,52); }
H1.HeaderClassName
{
color: #42B934;
}
.AnyTagClassName
{
color: #42B934;
}
</style>
background-color css
<style>
a { background-color: #42B934; }
a { background-color: rgb(66,185,52); }
div.DivClassName
{
background-color: #42B934;
}
.BgClassName
{
background-color: #42B934;
}
</style>
border-color css
<style>
span { border-color: #42B934; }
span { border-color: rgb(66,185,52); }
td.TdClassName
{
border-color: #42B934;
}
.TagClassName
{
border-color: #42B934;
}
</style>