Shades of Lime Green #42EE30
Tints of Lime Green #42EE30
RGB
CMYK
RGB Variations
Color information
#42EE30 (or 0x42EE30) is known color: Lime Green. HEX triplet: 42, EE and 30. RGB value is (66,238,48). Sum of RGB (Red+Green+Blue) = 66+238+48=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 238 (93.36% from 255 or 67.61% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 238 - color contains mainly: green. Hex color #42EE30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EE30 is #BD11CF. Grayscale: #A5A5A5. Windows color (decimal): -12390864 or 3206722. OLE color: 3206722.
HSL color Cylindrical-coordinate representation of color #42EE30: hue angle of 114.32º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42EE30 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 238 | 48 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.07 |
| HSL | 114.32º | 0.85% | 0.56% | - |
| HSV(B) | 114.32º | 0.8% | 0.93% | - |
| XYZ | 33.35 | 62.52 | 13.11 | - |
| YUV | 164.91 | 62.02 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 238 | 48 | 0.72 | 0 | 0.80 | 0.07 | 114.32 | 0.85 | 0.56 |
| Hex | 42 | EE | 30 | 48 | 0 | 50 | 7 | 72 | 55 | 38 |
| Octal | 102 | 356 | 60 | 110 | 0 | 120 | 7 | 162 | 125 | 70 |
| Binary | 1000010 | 11101110 | 110000 | 1001000 | 0 | 1010000 | 111 | 1110010 | 1010101 | 111000 |
Color Harmonies of #42EE30
Complementary color
Monochromatic Colors of #42EE30
Black with #42EE30
Text Example
Text Example
White with #42EE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EE30; }
p { color: rgb(66,238,48); }
H1.HeaderClassName
{
color: #42EE30;
}
.AnyTagClassName
{
color: #42EE30;
}
</style>
background-color css
<style>
a { background-color: #42EE30; }
a { background-color: rgb(66,238,48); }
div.DivClassName
{
background-color: #42EE30;
}
.BgClassName
{
background-color: #42EE30;
}
</style>
border-color css
<style>
span { border-color: #42EE30; }
span { border-color: rgb(66,238,48); }
td.TdClassName
{
border-color: #42EE30;
}
.TagClassName
{
border-color: #42EE30;
}
</style>