Shades of Lime Green #42E92B
Tints of Lime Green #42E92B
RGB
CMYK
RGB Variations
Color information
#42E92B (or 0x42E92B) is known color: Lime Green. HEX triplet: 42, E9 and 2B. RGB value is (66,233,43). Sum of RGB (Red+Green+Blue) = 66+233+43=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 233 (91.41% from 255 or 68.13% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 233 - color contains mainly: green. Hex color #42E92B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E92B is #BD16D4. Grayscale: #A2A2A2. Windows color (decimal): -12392149 or 2877762. OLE color: 2877762.
HSL color Cylindrical-coordinate representation of color #42E92B: hue angle of 112.74º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42E92B is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 43 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.09 |
| HSL | 112.74º | 0.81% | 0.54% | - |
| HSV(B) | 112.74º | 0.82% | 0.91% | - |
| XYZ | 31.82 | 59.61 | 12.11 | - |
| YUV | 161.41 | 61.17 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 43 | 0.72 | 0 | 0.82 | 0.09 | 112.74 | 0.81 | 0.54 |
| Hex | 42 | E9 | 2B | 48 | 0 | 52 | 9 | 71 | 51 | 36 |
| Octal | 102 | 351 | 53 | 110 | 0 | 122 | 11 | 161 | 121 | 66 |
| Binary | 1000010 | 11101001 | 101011 | 1001000 | 0 | 1010010 | 1001 | 1110001 | 1010001 | 110110 |
Color Harmonies of #42E92B
Complementary color
Monochromatic Colors of #42E92B
Black with #42E92B
Text Example
Text Example
White with #42E92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E92B; }
p { color: rgb(66,233,43); }
H1.HeaderClassName
{
color: #42E92B;
}
.AnyTagClassName
{
color: #42E92B;
}
</style>
background-color css
<style>
a { background-color: #42E92B; }
a { background-color: rgb(66,233,43); }
div.DivClassName
{
background-color: #42E92B;
}
.BgClassName
{
background-color: #42E92B;
}
</style>
border-color css
<style>
span { border-color: #42E92B; }
span { border-color: rgb(66,233,43); }
td.TdClassName
{
border-color: #42E92B;
}
.TagClassName
{
border-color: #42E92B;
}
</style>