Shades of Lime Green #42F129
Tints of Lime Green #42F129
RGB
CMYK
RGB Variations
Color information
#42F129 (or 0x42F129) is known color: Lime Green. HEX triplet: 42, F1 and 29. RGB value is (66,241,41). Sum of RGB (Red+Green+Blue) = 66+241+41=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #42F129 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F129 is #BD0ED6. Grayscale: #A6A6A6. Windows color (decimal): -12390103 or 2748738. OLE color: 2748738.
HSL color Cylindrical-coordinate representation of color #42F129: hue angle of 112.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42F129 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 41 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.05 |
| HSL | 112.5º | 0.88% | 0.55% | - |
| HSV(B) | 112.5º | 0.83% | 0.95% | - |
| XYZ | 34.1 | 64.23 | 12.7 | - |
| YUV | 165.88 | 57.52 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 41 | 0.73 | 0 | 0.83 | 0.05 | 112.5 | 0.88 | 0.55 |
| Hex | 42 | F1 | 29 | 49 | 0 | 53 | 5 | 70 | 58 | 37 |
| Octal | 102 | 361 | 51 | 111 | 0 | 123 | 5 | 160 | 130 | 67 |
| Binary | 1000010 | 11110001 | 101001 | 1001001 | 0 | 1010011 | 101 | 1110000 | 1011000 | 110111 |
Color Harmonies of #42F129
Complementary color
Monochromatic Colors of #42F129
Black with #42F129
Text Example
Text Example
White with #42F129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F129; }
p { color: rgb(66,241,41); }
H1.HeaderClassName
{
color: #42F129;
}
.AnyTagClassName
{
color: #42F129;
}
</style>
background-color css
<style>
a { background-color: #42F129; }
a { background-color: rgb(66,241,41); }
div.DivClassName
{
background-color: #42F129;
}
.BgClassName
{
background-color: #42F129;
}
</style>
border-color css
<style>
span { border-color: #42F129; }
span { border-color: rgb(66,241,41); }
td.TdClassName
{
border-color: #42F129;
}
.TagClassName
{
border-color: #42F129;
}
</style>