Shades of Lime Green #42BC3D
Tints of Lime Green #42BC3D
RGB
CMYK
RGB Variations
Color information
#42BC3D (or 0x42BC3D) is known color: Lime Green. HEX triplet: 42, BC and 3D. RGB value is (66,188,61). Sum of RGB (Red+Green+Blue) = 66+188+61=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC3D is #BD43C2. Grayscale: #898989. Windows color (decimal): -12403651 or 4045890. OLE color: 4045890.
HSL color Cylindrical-coordinate representation of color #42BC3D: hue angle of 117.64º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42BC3D is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 61 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.26 |
| HSL | 117.64º | 0.51% | 0.49% | - |
| HSV(B) | 117.64º | 0.68% | 0.74% | - |
| XYZ | 21.07 | 37.46 | 10.54 | - |
| YUV | 137.04 | 85.08 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 61 | 0.65 | 0 | 0.68 | 0.26 | 117.64 | 0.51 | 0.49 |
| Hex | 42 | BC | 3D | 41 | 0 | 44 | 1A | 76 | 33 | 31 |
| Octal | 102 | 274 | 75 | 101 | 0 | 104 | 32 | 166 | 63 | 61 |
| Binary | 1000010 | 10111100 | 111101 | 1000001 | 0 | 1000100 | 11010 | 1110110 | 110011 | 110001 |
Color Harmonies of #42BC3D
Complementary color
Monochromatic Colors of #42BC3D
Black with #42BC3D
Text Example
Text Example
White with #42BC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BC3D; }
p { color: rgb(66,188,61); }
H1.HeaderClassName
{
color: #42BC3D;
}
.AnyTagClassName
{
color: #42BC3D;
}
</style>
background-color css
<style>
a { background-color: #42BC3D; }
a { background-color: rgb(66,188,61); }
div.DivClassName
{
background-color: #42BC3D;
}
.BgClassName
{
background-color: #42BC3D;
}
</style>
border-color css
<style>
span { border-color: #42BC3D; }
span { border-color: rgb(66,188,61); }
td.TdClassName
{
border-color: #42BC3D;
}
.TagClassName
{
border-color: #42BC3D;
}
</style>