Shades of Lime Green #42F63B
Tints of Lime Green #42F63B
RGB
CMYK
RGB Variations
Color information
#42F63B (or 0x42F63B) is known color: Lime Green. HEX triplet: 42, F6 and 3B. RGB value is (66,246,59). Sum of RGB (Red+Green+Blue) = 66+246+59=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 246 (96.48% from 255 or 66.31% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 246 - color contains mainly: green. Hex color #42F63B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F63B is #BD09C4. Grayscale: #ABABAB. Windows color (decimal): -12388805 or 3929666. OLE color: 3929666.
HSL color Cylindrical-coordinate representation of color #42F63B: hue angle of 117.75º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42F63B is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 246 | 59 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.04 |
| HSL | 117.75º | 0.91% | 0.6% | - |
| HSV(B) | 117.75º | 0.76% | 0.96% | - |
| XYZ | 35.99 | 67.39 | 15.25 | - |
| YUV | 170.86 | 64.87 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 246 | 59 | 0.73 | 0 | 0.76 | 0.04 | 117.75 | 0.91 | 0.6 |
| Hex | 42 | F6 | 3B | 49 | 0 | 4C | 4 | 76 | 5B | 3C |
| Octal | 102 | 366 | 73 | 111 | 0 | 114 | 4 | 166 | 133 | 74 |
| Binary | 1000010 | 11110110 | 111011 | 1001001 | 0 | 1001100 | 100 | 1110110 | 1011011 | 111100 |
Color Harmonies of #42F63B
Complementary color
Monochromatic Colors of #42F63B
Black with #42F63B
Text Example
Text Example
White with #42F63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F63B; }
p { color: rgb(66,246,59); }
H1.HeaderClassName
{
color: #42F63B;
}
.AnyTagClassName
{
color: #42F63B;
}
</style>
background-color css
<style>
a { background-color: #42F63B; }
a { background-color: rgb(66,246,59); }
div.DivClassName
{
background-color: #42F63B;
}
.BgClassName
{
background-color: #42F63B;
}
</style>
border-color css
<style>
span { border-color: #42F63B; }
span { border-color: rgb(66,246,59); }
td.TdClassName
{
border-color: #42F63B;
}
.TagClassName
{
border-color: #42F63B;
}
</style>