Shades of Lime Green #42F329
Tints of Lime Green #42F329
RGB
CMYK
RGB Variations
Color information
#42F329 (or 0x42F329) is known color: Lime Green. HEX triplet: 42, F3 and 29. RGB value is (66,243,41). Sum of RGB (Red+Green+Blue) = 66+243+41=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 243 (95.31% from 255 or 69.43% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 243 - color contains mainly: green. Hex color #42F329 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F329 is #BD0CD6. Grayscale: #A7A7A7. Windows color (decimal): -12389591 or 2749250. OLE color: 2749250.
HSL color Cylindrical-coordinate representation of color #42F329: hue angle of 112.57º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42F329 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 41 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.05 |
| HSL | 112.57º | 0.89% | 0.56% | - |
| HSV(B) | 112.57º | 0.83% | 0.95% | - |
| XYZ | 34.7 | 65.42 | 12.9 | - |
| YUV | 167.05 | 56.86 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 41 | 0.73 | 0 | 0.83 | 0.05 | 112.57 | 0.89 | 0.56 |
| Hex | 42 | F3 | 29 | 49 | 0 | 53 | 5 | 71 | 59 | 38 |
| Octal | 102 | 363 | 51 | 111 | 0 | 123 | 5 | 161 | 131 | 70 |
| Binary | 1000010 | 11110011 | 101001 | 1001001 | 0 | 1010011 | 101 | 1110001 | 1011001 | 111000 |
Color Harmonies of #42F329
Complementary color
Monochromatic Colors of #42F329
Black with #42F329
Text Example
Text Example
White with #42F329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F329; }
p { color: rgb(66,243,41); }
H1.HeaderClassName
{
color: #42F329;
}
.AnyTagClassName
{
color: #42F329;
}
</style>
background-color css
<style>
a { background-color: #42F329; }
a { background-color: rgb(66,243,41); }
div.DivClassName
{
background-color: #42F329;
}
.BgClassName
{
background-color: #42F329;
}
</style>
border-color css
<style>
span { border-color: #42F329; }
span { border-color: rgb(66,243,41); }
td.TdClassName
{
border-color: #42F329;
}
.TagClassName
{
border-color: #42F329;
}
</style>