Shades of Lime Green #42CB48
Tints of Lime Green #42CB48
RGB
CMYK
RGB Variations
Color information
#42CB48 (or 0x42CB48) is known color: Lime Green. HEX triplet: 42, CB and 48. RGB value is (66,203,72). Sum of RGB (Red+Green+Blue) = 66+203+72=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CB48 is #BD34B7. Grayscale: #939393. Windows color (decimal): -12399800 or 4770626. OLE color: 4770626.
HSL color Cylindrical-coordinate representation of color #42CB48: hue angle of 122.63º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CB48 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 72 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.20 |
| HSL | 122.63º | 0.57% | 0.53% | - |
| HSV(B) | 122.63º | 0.67% | 0.8% | - |
| XYZ | 24.77 | 44.34 | 13.38 | - |
| YUV | 147.1 | 85.61 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 72 | 0.67 | 0 | 0.65 | 0.20 | 122.63 | 0.57 | 0.53 |
| Hex | 42 | CB | 48 | 43 | 0 | 41 | 14 | 7B | 39 | 35 |
| Octal | 102 | 313 | 110 | 103 | 0 | 101 | 24 | 173 | 71 | 65 |
| Binary | 1000010 | 11001011 | 1001000 | 1000011 | 0 | 1000001 | 10100 | 1111011 | 111001 | 110101 |
Color Harmonies of #42CB48
Complementary color
Monochromatic Colors of #42CB48
Black with #42CB48
Text Example
Text Example
White with #42CB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB48; }
p { color: rgb(66,203,72); }
H1.HeaderClassName
{
color: #42CB48;
}
.AnyTagClassName
{
color: #42CB48;
}
</style>
background-color css
<style>
a { background-color: #42CB48; }
a { background-color: rgb(66,203,72); }
div.DivClassName
{
background-color: #42CB48;
}
.BgClassName
{
background-color: #42CB48;
}
</style>
border-color css
<style>
span { border-color: #42CB48; }
span { border-color: rgb(66,203,72); }
td.TdClassName
{
border-color: #42CB48;
}
.TagClassName
{
border-color: #42CB48;
}
</style>