Shades of Lime Green #42FC34
Tints of Lime Green #42FC34
RGB
CMYK
RGB Variations
Color information
#42FC34 (or 0x42FC34) is known color: Lime Green. HEX triplet: 42, FC and 34. RGB value is (66,252,52). Sum of RGB (Red+Green+Blue) = 66+252+52=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 252 (98.83% from 255 or 68.11% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 252 - color contains mainly: green. Hex color #42FC34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FC34 is #BD03CB. Grayscale: #AEAEAE. Windows color (decimal): -12387276 or 3472450. OLE color: 3472450.
HSL color Cylindrical-coordinate representation of color #42FC34: hue angle of 115.8º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42FC34 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 52 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.01 |
| HSL | 115.8º | 0.97% | 0.6% | - |
| HSV(B) | 115.8º | 0.79% | 0.99% | - |
| XYZ | 37.68 | 71.03 | 14.97 | - |
| YUV | 173.59 | 59.38 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 52 | 0.74 | 0 | 0.79 | 0.01 | 115.8 | 0.97 | 0.6 |
| Hex | 42 | FC | 34 | 4A | 0 | 4F | 1 | 74 | 61 | 3C |
| Octal | 102 | 374 | 64 | 112 | 0 | 117 | 1 | 164 | 141 | 74 |
| Binary | 1000010 | 11111100 | 110100 | 1001010 | 0 | 1001111 | 1 | 1110100 | 1100001 | 111100 |
Color Harmonies of #42FC34
Complementary color
Monochromatic Colors of #42FC34
Black with #42FC34
Text Example
Text Example
White with #42FC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FC34; }
p { color: rgb(66,252,52); }
H1.HeaderClassName
{
color: #42FC34;
}
.AnyTagClassName
{
color: #42FC34;
}
</style>
background-color css
<style>
a { background-color: #42FC34; }
a { background-color: rgb(66,252,52); }
div.DivClassName
{
background-color: #42FC34;
}
.BgClassName
{
background-color: #42FC34;
}
</style>
border-color css
<style>
span { border-color: #42FC34; }
span { border-color: rgb(66,252,52); }
td.TdClassName
{
border-color: #42FC34;
}
.TagClassName
{
border-color: #42FC34;
}
</style>