Shades of Lime Green #42F338
Tints of Lime Green #42F338
RGB
CMYK
RGB Variations
Color information
#42F338 (or 0x42F338) is known color: Lime Green. HEX triplet: 42, F3 and 38. RGB value is (66,243,56). Sum of RGB (Red+Green+Blue) = 66+243+56=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 243 (95.31% from 255 or 66.58% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 243 - color contains mainly: green. Hex color #42F338 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F338 is #BD0CC7. Grayscale: #A9A9A9. Windows color (decimal): -12389576 or 3732290. OLE color: 3732290.
HSL color Cylindrical-coordinate representation of color #42F338: hue angle of 116.79º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42F338 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 56 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.05 |
| HSL | 116.79º | 0.89% | 0.59% | - |
| HSV(B) | 116.79º | 0.77% | 0.95% | - |
| XYZ | 35.01 | 65.54 | 14.55 | - |
| YUV | 168.76 | 64.36 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 56 | 0.73 | 0 | 0.77 | 0.05 | 116.79 | 0.89 | 0.59 |
| Hex | 42 | F3 | 38 | 49 | 0 | 4D | 5 | 75 | 59 | 3B |
| Octal | 102 | 363 | 70 | 111 | 0 | 115 | 5 | 165 | 131 | 73 |
| Binary | 1000010 | 11110011 | 111000 | 1001001 | 0 | 1001101 | 101 | 1110101 | 1011001 | 111011 |
Color Harmonies of #42F338
Complementary color
Monochromatic Colors of #42F338
Black with #42F338
Text Example
Text Example
White with #42F338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F338; }
p { color: rgb(66,243,56); }
H1.HeaderClassName
{
color: #42F338;
}
.AnyTagClassName
{
color: #42F338;
}
</style>
background-color css
<style>
a { background-color: #42F338; }
a { background-color: rgb(66,243,56); }
div.DivClassName
{
background-color: #42F338;
}
.BgClassName
{
background-color: #42F338;
}
</style>
border-color css
<style>
span { border-color: #42F338; }
span { border-color: rgb(66,243,56); }
td.TdClassName
{
border-color: #42F338;
}
.TagClassName
{
border-color: #42F338;
}
</style>