Shades of Lime Green #42F93A
Tints of Lime Green #42F93A
RGB
CMYK
RGB Variations
Color information
#42F93A (or 0x42F93A) is known color: Lime Green. HEX triplet: 42, F9 and 3A. RGB value is (66,249,58). Sum of RGB (Red+Green+Blue) = 66+249+58=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 249 (97.66% from 255 or 66.76% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 249 - color contains mainly: green. Hex color #42F93A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F93A is #BD06C5. Grayscale: #ADADAD. Windows color (decimal): -12388038 or 3864898. OLE color: 3864898.
HSL color Cylindrical-coordinate representation of color #42F93A: hue angle of 117.49º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42F93A is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 58 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.02 |
| HSL | 117.49º | 0.94% | 0.6% | - |
| HSV(B) | 117.49º | 0.77% | 0.98% | - |
| XYZ | 36.89 | 69.22 | 15.42 | - |
| YUV | 172.51 | 63.37 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 58 | 0.73 | 0 | 0.77 | 0.02 | 117.49 | 0.94 | 0.6 |
| Hex | 42 | F9 | 3A | 49 | 0 | 4D | 2 | 75 | 5E | 3C |
| Octal | 102 | 371 | 72 | 111 | 0 | 115 | 2 | 165 | 136 | 74 |
| Binary | 1000010 | 11111001 | 111010 | 1001001 | 0 | 1001101 | 10 | 1110101 | 1011110 | 111100 |
Color Harmonies of #42F93A
Complementary color
Monochromatic Colors of #42F93A
Black with #42F93A
Text Example
Text Example
White with #42F93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F93A; }
p { color: rgb(66,249,58); }
H1.HeaderClassName
{
color: #42F93A;
}
.AnyTagClassName
{
color: #42F93A;
}
</style>
background-color css
<style>
a { background-color: #42F93A; }
a { background-color: rgb(66,249,58); }
div.DivClassName
{
background-color: #42F93A;
}
.BgClassName
{
background-color: #42F93A;
}
</style>
border-color css
<style>
span { border-color: #42F93A; }
span { border-color: rgb(66,249,58); }
td.TdClassName
{
border-color: #42F93A;
}
.TagClassName
{
border-color: #42F93A;
}
</style>