Shades of Lime Green #42FA36
Tints of Lime Green #42FA36
RGB
CMYK
RGB Variations
Color information
#42FA36 (or 0x42FA36) is known color: Lime Green. HEX triplet: 42, FA and 36. RGB value is (66,250,54). Sum of RGB (Red+Green+Blue) = 66+250+54=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 250 (98.05% from 255 or 67.57% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FA36 is #BD05C9. Grayscale: #ADADAD. Windows color (decimal): -12387786 or 3603010. OLE color: 3603010.
HSL color Cylindrical-coordinate representation of color #42FA36: hue angle of 116.33º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42FA36 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 54 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.02 |
| HSL | 116.33º | 0.95% | 0.6% | - |
| HSV(B) | 116.33º | 0.78% | 0.98% | - |
| XYZ | 37.1 | 69.8 | 15.01 | - |
| YUV | 172.64 | 61.04 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 54 | 0.74 | 0 | 0.78 | 0.02 | 116.33 | 0.95 | 0.6 |
| Hex | 42 | FA | 36 | 4A | 0 | 4E | 2 | 74 | 5F | 3C |
| Octal | 102 | 372 | 66 | 112 | 0 | 116 | 2 | 164 | 137 | 74 |
| Binary | 1000010 | 11111010 | 110110 | 1001010 | 0 | 1001110 | 10 | 1110100 | 1011111 | 111100 |
Color Harmonies of #42FA36
Complementary color
Monochromatic Colors of #42FA36
Black with #42FA36
Text Example
Text Example
White with #42FA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FA36; }
p { color: rgb(66,250,54); }
H1.HeaderClassName
{
color: #42FA36;
}
.AnyTagClassName
{
color: #42FA36;
}
</style>
background-color css
<style>
a { background-color: #42FA36; }
a { background-color: rgb(66,250,54); }
div.DivClassName
{
background-color: #42FA36;
}
.BgClassName
{
background-color: #42FA36;
}
</style>
border-color css
<style>
span { border-color: #42FA36; }
span { border-color: rgb(66,250,54); }
td.TdClassName
{
border-color: #42FA36;
}
.TagClassName
{
border-color: #42FA36;
}
</style>