Shades of Lime Green #42F341
Tints of Lime Green #42F341
RGB
CMYK
RGB Variations
Color information
#42F341 (or 0x42F341) is known color: Lime Green. HEX triplet: 42, F3 and 41. RGB value is (66,243,65). Sum of RGB (Red+Green+Blue) = 66+243+65=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 243 (95.31% from 255 or 64.97% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 243 - color contains mainly: green. Hex color #42F341 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F341 is #BD0CBE. Grayscale: #AAAAAA. Windows color (decimal): -12389567 or 4322114. OLE color: 4322114.
HSL color Cylindrical-coordinate representation of color #42F341: hue angle of 119.66º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F341 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 65 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.05 |
| HSL | 119.66º | 0.88% | 0.6% | - |
| HSV(B) | 119.66º | 0.73% | 0.95% | - |
| XYZ | 35.25 | 65.64 | 15.81 | - |
| YUV | 169.79 | 68.86 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 65 | 0.73 | 0 | 0.73 | 0.05 | 119.66 | 0.88 | 0.6 |
| Hex | 42 | F3 | 41 | 49 | 0 | 49 | 5 | 78 | 58 | 3C |
| Octal | 102 | 363 | 101 | 111 | 0 | 111 | 5 | 170 | 130 | 74 |
| Binary | 1000010 | 11110011 | 1000001 | 1001001 | 0 | 1001001 | 101 | 1111000 | 1011000 | 111100 |
Color Harmonies of #42F341
Complementary color
Monochromatic Colors of #42F341
Black with #42F341
Text Example
Text Example
White with #42F341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F341; }
p { color: rgb(66,243,65); }
H1.HeaderClassName
{
color: #42F341;
}
.AnyTagClassName
{
color: #42F341;
}
</style>
background-color css
<style>
a { background-color: #42F341; }
a { background-color: rgb(66,243,65); }
div.DivClassName
{
background-color: #42F341;
}
.BgClassName
{
background-color: #42F341;
}
</style>
border-color css
<style>
span { border-color: #42F341; }
span { border-color: rgb(66,243,65); }
td.TdClassName
{
border-color: #42F341;
}
.TagClassName
{
border-color: #42F341;
}
</style>