Shades of Lime Green #42FE3B
Tints of Lime Green #42FE3B
RGB
CMYK
RGB Variations
Color information
#42FE3B (or 0x42FE3B) is known color: Lime Green. HEX triplet: 42, FE and 3B. RGB value is (66,254,59). Sum of RGB (Red+Green+Blue) = 66+254+59=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 254 (99.61% from 255 or 67.02% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 254 - color contains mainly: green. Hex color #42FE3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FE3B is #BD01C4. Grayscale: #B0B0B0. Windows color (decimal): -12386757 or 3931714. OLE color: 3931714.
HSL color Cylindrical-coordinate representation of color #42FE3B: hue angle of 117.85º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42FE3B is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 59 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.00 |
| HSL | 117.85º | 0.99% | 0.61% | - |
| HSV(B) | 117.85º | 0.77% | 1% | - |
| XYZ | 38.48 | 72.36 | 16.08 | - |
| YUV | 175.56 | 62.22 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 59 | 0.74 | 0 | 0.77 | 0.00 | 117.85 | 0.99 | 0.61 |
| Hex | 42 | FE | 3B | 4A | 0 | 4D | 0 | 76 | 63 | 3D |
| Octal | 102 | 376 | 73 | 112 | 0 | 115 | 0 | 166 | 143 | 75 |
| Binary | 1000010 | 11111110 | 111011 | 1001010 | 0 | 1001101 | 0 | 1110110 | 1100011 | 111101 |
Color Harmonies of #42FE3B
Complementary color
Monochromatic Colors of #42FE3B
Black with #42FE3B
Text Example
Text Example
White with #42FE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FE3B; }
p { color: rgb(66,254,59); }
H1.HeaderClassName
{
color: #42FE3B;
}
.AnyTagClassName
{
color: #42FE3B;
}
</style>
background-color css
<style>
a { background-color: #42FE3B; }
a { background-color: rgb(66,254,59); }
div.DivClassName
{
background-color: #42FE3B;
}
.BgClassName
{
background-color: #42FE3B;
}
</style>
border-color css
<style>
span { border-color: #42FE3B; }
span { border-color: rgb(66,254,59); }
td.TdClassName
{
border-color: #42FE3B;
}
.TagClassName
{
border-color: #42FE3B;
}
</style>