Shades of Lime Green #42E43B
Tints of Lime Green #42E43B
RGB
CMYK
RGB Variations
Color information
#42E43B (or 0x42E43B) is known color: Lime Green. HEX triplet: 42, E4 and 3B. RGB value is (66,228,59). Sum of RGB (Red+Green+Blue) = 66+228+59=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 228 (89.45% from 255 or 64.59% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 228 - color contains mainly: green. Hex color #42E43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E43B is #BD1BC4. Grayscale: #A0A0A0. Windows color (decimal): -12393413 or 3925058. OLE color: 3925058.
HSL color Cylindrical-coordinate representation of color #42E43B: hue angle of 117.51º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42E43B is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 228 | 59 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.11 |
| HSL | 117.51º | 0.76% | 0.56% | - |
| HSV(B) | 117.51º | 0.74% | 0.89% | - |
| XYZ | 30.78 | 56.96 | 13.51 | - |
| YUV | 160.3 | 70.83 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 228 | 59 | 0.71 | 0 | 0.74 | 0.11 | 117.51 | 0.76 | 0.56 |
| Hex | 42 | E4 | 3B | 47 | 0 | 4A | B | 76 | 4C | 38 |
| Octal | 102 | 344 | 73 | 107 | 0 | 112 | 13 | 166 | 114 | 70 |
| Binary | 1000010 | 11100100 | 111011 | 1000111 | 0 | 1001010 | 1011 | 1110110 | 1001100 | 111000 |
Color Harmonies of #42E43B
Complementary color
Monochromatic Colors of #42E43B
Black with #42E43B
Text Example
Text Example
White with #42E43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E43B; }
p { color: rgb(66,228,59); }
H1.HeaderClassName
{
color: #42E43B;
}
.AnyTagClassName
{
color: #42E43B;
}
</style>
background-color css
<style>
a { background-color: #42E43B; }
a { background-color: rgb(66,228,59); }
div.DivClassName
{
background-color: #42E43B;
}
.BgClassName
{
background-color: #42E43B;
}
</style>
border-color css
<style>
span { border-color: #42E43B; }
span { border-color: rgb(66,228,59); }
td.TdClassName
{
border-color: #42E43B;
}
.TagClassName
{
border-color: #42E43B;
}
</style>