Shades of Lime Green #42E648
Tints of Lime Green #42E648
RGB
CMYK
RGB Variations
Color information
#42E648 (or 0x42E648) is known color: Lime Green. HEX triplet: 42, E6 and 48. RGB value is (66,230,72). Sum of RGB (Red+Green+Blue) = 66+230+72=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 230 (90.23% from 255 or 62.5% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 230 - color contains mainly: green. Hex color #42E648 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E648 is #BD19B7. Grayscale: #A3A3A3. Windows color (decimal): -12392888 or 4777538. OLE color: 4777538.
HSL color Cylindrical-coordinate representation of color #42E648: hue angle of 122.2º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E648 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 230 | 72 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.10 |
| HSL | 122.2º | 0.77% | 0.58% | - |
| HSV(B) | 122.2º | 0.71% | 0.9% | - |
| XYZ | 31.71 | 58.22 | 15.7 | - |
| YUV | 162.95 | 76.67 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 230 | 72 | 0.71 | 0 | 0.69 | 0.10 | 122.2 | 0.77 | 0.58 |
| Hex | 42 | E6 | 48 | 47 | 0 | 45 | A | 7A | 4D | 3A |
| Octal | 102 | 346 | 110 | 107 | 0 | 105 | 12 | 172 | 115 | 72 |
| Binary | 1000010 | 11100110 | 1001000 | 1000111 | 0 | 1000101 | 1010 | 1111010 | 1001101 | 111010 |
Color Harmonies of #42E648
Complementary color
Monochromatic Colors of #42E648
Black with #42E648
Text Example
Text Example
White with #42E648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E648; }
p { color: rgb(66,230,72); }
H1.HeaderClassName
{
color: #42E648;
}
.AnyTagClassName
{
color: #42E648;
}
</style>
background-color css
<style>
a { background-color: #42E648; }
a { background-color: rgb(66,230,72); }
div.DivClassName
{
background-color: #42E648;
}
.BgClassName
{
background-color: #42E648;
}
</style>
border-color css
<style>
span { border-color: #42E648; }
span { border-color: rgb(66,230,72); }
td.TdClassName
{
border-color: #42E648;
}
.TagClassName
{
border-color: #42E648;
}
</style>