Shades of Lime Green #42F434
Tints of Lime Green #42F434
RGB
CMYK
RGB Variations
Color information
#42F434 (or 0x42F434) is known color: Lime Green. HEX triplet: 42, F4 and 34. RGB value is (66,244,52). Sum of RGB (Red+Green+Blue) = 66+244+52=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 244 (95.70% from 255 or 67.40% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 244 - color contains mainly: green. Hex color #42F434 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F434 is #BD0BCB. Grayscale: #A9A9A9. Windows color (decimal): -12389324 or 3470402. OLE color: 3470402.
HSL color Cylindrical-coordinate representation of color #42F434: hue angle of 115.62º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42F434 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 244 | 52 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.04 |
| HSL | 115.63º | 0.9% | 0.58% | - |
| HSV(B) | 115.63º | 0.79% | 0.96% | - |
| XYZ | 35.22 | 66.11 | 14.15 | - |
| YUV | 168.89 | 62.03 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 244 | 52 | 0.73 | 0 | 0.79 | 0.04 | 115.63 | 0.9 | 0.58 |
| Hex | 42 | F4 | 34 | 49 | 0 | 4F | 4 | 74 | 5A | 3A |
| Octal | 102 | 364 | 64 | 111 | 0 | 117 | 4 | 164 | 132 | 72 |
| Binary | 1000010 | 11110100 | 110100 | 1001001 | 0 | 1001111 | 100 | 1110100 | 1011010 | 111010 |
Color Harmonies of #42F434
Complementary color
Monochromatic Colors of #42F434
Black with #42F434
Text Example
Text Example
White with #42F434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F434; }
p { color: rgb(66,244,52); }
H1.HeaderClassName
{
color: #42F434;
}
.AnyTagClassName
{
color: #42F434;
}
</style>
background-color css
<style>
a { background-color: #42F434; }
a { background-color: rgb(66,244,52); }
div.DivClassName
{
background-color: #42F434;
}
.BgClassName
{
background-color: #42F434;
}
</style>
border-color css
<style>
span { border-color: #42F434; }
span { border-color: rgb(66,244,52); }
td.TdClassName
{
border-color: #42F434;
}
.TagClassName
{
border-color: #42F434;
}
</style>