Shades of Lime Green #42C239
Tints of Lime Green #42C239
RGB
CMYK
RGB Variations
Color information
#42C239 (or 0x42C239) is known color: Lime Green. HEX triplet: 42, C2 and 39. RGB value is (66,194,57). Sum of RGB (Red+Green+Blue) = 66+194+57=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #42C239 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C239 is #BD3DC6. Grayscale: #8C8C8C. Windows color (decimal): -12402119 or 3785282. OLE color: 3785282.
HSL color Cylindrical-coordinate representation of color #42C239: hue angle of 116.06º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42C239 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 194 | 57 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.24 |
| HSL | 116.06º | 0.55% | 0.49% | - |
| HSV(B) | 116.06º | 0.71% | 0.76% | - |
| XYZ | 22.28 | 40.04 | 10.42 | - |
| YUV | 140.11 | 81.09 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 57 | 0.66 | 0 | 0.71 | 0.24 | 116.06 | 0.55 | 0.49 |
| Hex | 42 | C2 | 39 | 42 | 0 | 47 | 18 | 74 | 37 | 31 |
| Octal | 102 | 302 | 71 | 102 | 0 | 107 | 30 | 164 | 67 | 61 |
| Binary | 1000010 | 11000010 | 111001 | 1000010 | 0 | 1000111 | 11000 | 1110100 | 110111 | 110001 |
Color Harmonies of #42C239
Complementary color
Monochromatic Colors of #42C239
Black with #42C239
Text Example
Text Example
White with #42C239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C239; }
p { color: rgb(66,194,57); }
H1.HeaderClassName
{
color: #42C239;
}
.AnyTagClassName
{
color: #42C239;
}
</style>
background-color css
<style>
a { background-color: #42C239; }
a { background-color: rgb(66,194,57); }
div.DivClassName
{
background-color: #42C239;
}
.BgClassName
{
background-color: #42C239;
}
</style>
border-color css
<style>
span { border-color: #42C239; }
span { border-color: rgb(66,194,57); }
td.TdClassName
{
border-color: #42C239;
}
.TagClassName
{
border-color: #42C239;
}
</style>