Shades of Lime Green #42CE30
Tints of Lime Green #42CE30
RGB
CMYK
RGB Variations
Color information
#42CE30 (or 0x42CE30) is known color: Lime Green. HEX triplet: 42, CE and 30. RGB value is (66,206,48). Sum of RGB (Red+Green+Blue) = 66+206+48=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 206 (80.86% from 255 or 64.38% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CE30 is #BD31CF. Grayscale: #929292. Windows color (decimal): -12399056 or 3198530. OLE color: 3198530.
HSL color Cylindrical-coordinate representation of color #42CE30: hue angle of 113.16º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42CE30 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 206 | 48 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.19 |
| HSL | 113.16º | 0.62% | 0.5% | - |
| HSV(B) | 113.16º | 0.77% | 0.81% | - |
| XYZ | 24.85 | 45.51 | 10.27 | - |
| YUV | 146.13 | 72.62 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 48 | 0.68 | 0 | 0.77 | 0.19 | 113.16 | 0.62 | 0.5 |
| Hex | 42 | CE | 30 | 44 | 0 | 4D | 13 | 71 | 3E | 32 |
| Octal | 102 | 316 | 60 | 104 | 0 | 115 | 23 | 161 | 76 | 62 |
| Binary | 1000010 | 11001110 | 110000 | 1000100 | 0 | 1001101 | 10011 | 1110001 | 111110 | 110010 |
Color Harmonies of #42CE30
Complementary color
Monochromatic Colors of #42CE30
Black with #42CE30
Text Example
Text Example
White with #42CE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CE30; }
p { color: rgb(66,206,48); }
H1.HeaderClassName
{
color: #42CE30;
}
.AnyTagClassName
{
color: #42CE30;
}
</style>
background-color css
<style>
a { background-color: #42CE30; }
a { background-color: rgb(66,206,48); }
div.DivClassName
{
background-color: #42CE30;
}
.BgClassName
{
background-color: #42CE30;
}
</style>
border-color css
<style>
span { border-color: #42CE30; }
span { border-color: rgb(66,206,48); }
td.TdClassName
{
border-color: #42CE30;
}
.TagClassName
{
border-color: #42CE30;
}
</style>