Shades of Lime Green #42F12B
Tints of Lime Green #42F12B
RGB
CMYK
RGB Variations
Color information
#42F12B (or 0x42F12B) is known color: Lime Green. HEX triplet: 42, F1 and 2B. RGB value is (66,241,43). Sum of RGB (Red+Green+Blue) = 66+241+43=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 241 (94.53% from 255 or 68.86% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 241 - color contains mainly: green. Hex color #42F12B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F12B is #BD0ED4. Grayscale: #A6A6A6. Windows color (decimal): -12390101 or 2879810. OLE color: 2879810.
HSL color Cylindrical-coordinate representation of color #42F12B: hue angle of 113.03º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42F12B is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 43 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.05 |
| HSL | 113.03º | 0.88% | 0.56% | - |
| HSV(B) | 113.03º | 0.82% | 0.95% | - |
| XYZ | 34.14 | 64.24 | 12.89 | - |
| YUV | 166.1 | 58.52 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 43 | 0.73 | 0 | 0.82 | 0.05 | 113.03 | 0.88 | 0.56 |
| Hex | 42 | F1 | 2B | 49 | 0 | 52 | 5 | 71 | 58 | 38 |
| Octal | 102 | 361 | 53 | 111 | 0 | 122 | 5 | 161 | 130 | 70 |
| Binary | 1000010 | 11110001 | 101011 | 1001001 | 0 | 1010010 | 101 | 1110001 | 1011000 | 111000 |
Color Harmonies of #42F12B
Complementary color
Monochromatic Colors of #42F12B
Black with #42F12B
Text Example
Text Example
White with #42F12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F12B; }
p { color: rgb(66,241,43); }
H1.HeaderClassName
{
color: #42F12B;
}
.AnyTagClassName
{
color: #42F12B;
}
</style>
background-color css
<style>
a { background-color: #42F12B; }
a { background-color: rgb(66,241,43); }
div.DivClassName
{
background-color: #42F12B;
}
.BgClassName
{
background-color: #42F12B;
}
</style>
border-color css
<style>
span { border-color: #42F12B; }
span { border-color: rgb(66,241,43); }
td.TdClassName
{
border-color: #42F12B;
}
.TagClassName
{
border-color: #42F12B;
}
</style>