Shades of Lime Green #42F340
Tints of Lime Green #42F340
RGB
CMYK
RGB Variations
Color information
#42F340 (or 0x42F340) is known color: Lime Green. HEX triplet: 42, F3 and 40. RGB value is (66,243,64). Sum of RGB (Red+Green+Blue) = 66+243+64=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 243 (95.31% from 255 or 65.15% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 243 - color contains mainly: green. Hex color #42F340 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F340 is #BD0CBF. Grayscale: #AAAAAA. Windows color (decimal): -12389568 or 4256578. OLE color: 4256578.
HSL color Cylindrical-coordinate representation of color #42F340: hue angle of 119.33º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42F340 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 64 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.05 |
| HSL | 119.33º | 0.88% | 0.6% | - |
| HSV(B) | 119.33º | 0.74% | 0.95% | - |
| XYZ | 35.22 | 65.63 | 15.66 | - |
| YUV | 169.67 | 68.36 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 64 | 0.73 | 0 | 0.74 | 0.05 | 119.33 | 0.88 | 0.6 |
| Hex | 42 | F3 | 40 | 49 | 0 | 4A | 5 | 77 | 58 | 3C |
| Octal | 102 | 363 | 100 | 111 | 0 | 112 | 5 | 167 | 130 | 74 |
| Binary | 1000010 | 11110011 | 1000000 | 1001001 | 0 | 1001010 | 101 | 1110111 | 1011000 | 111100 |
Color Harmonies of #42F340
Complementary color
Monochromatic Colors of #42F340
Black with #42F340
Text Example
Text Example
White with #42F340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F340; }
p { color: rgb(66,243,64); }
H1.HeaderClassName
{
color: #42F340;
}
.AnyTagClassName
{
color: #42F340;
}
</style>
background-color css
<style>
a { background-color: #42F340; }
a { background-color: rgb(66,243,64); }
div.DivClassName
{
background-color: #42F340;
}
.BgClassName
{
background-color: #42F340;
}
</style>
border-color css
<style>
span { border-color: #42F340; }
span { border-color: rgb(66,243,64); }
td.TdClassName
{
border-color: #42F340;
}
.TagClassName
{
border-color: #42F340;
}
</style>