Shades of Lime Green #42FD34
Tints of Lime Green #42FD34
RGB
CMYK
RGB Variations
Color information
#42FD34 (or 0x42FD34) is known color: Lime Green. HEX triplet: 42, FD and 34. RGB value is (66,253,52). Sum of RGB (Red+Green+Blue) = 66+253+52=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 253 (99.22% from 255 or 68.19% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 253 - color contains mainly: green. Hex color #42FD34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FD34 is #BD02CB. Grayscale: #AEAEAE. Windows color (decimal): -12387020 or 3472706. OLE color: 3472706.
HSL color Cylindrical-coordinate representation of color #42FD34: hue angle of 115.82º degrees, saturation: 0.98, 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 #42FD34 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 253 | 52 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.01 |
| HSL | 115.82º | 0.98% | 0.6% | - |
| HSV(B) | 115.82º | 0.79% | 0.99% | - |
| XYZ | 37.99 | 71.66 | 15.08 | - |
| YUV | 174.17 | 59.05 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 52 | 0.74 | 0 | 0.79 | 0.01 | 115.82 | 0.98 | 0.6 |
| Hex | 42 | FD | 34 | 4A | 0 | 4F | 1 | 74 | 62 | 3C |
| Octal | 102 | 375 | 64 | 112 | 0 | 117 | 1 | 164 | 142 | 74 |
| Binary | 1000010 | 11111101 | 110100 | 1001010 | 0 | 1001111 | 1 | 1110100 | 1100010 | 111100 |
Color Harmonies of #42FD34
Complementary color
Monochromatic Colors of #42FD34
Black with #42FD34
Text Example
Text Example
White with #42FD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FD34; }
p { color: rgb(66,253,52); }
H1.HeaderClassName
{
color: #42FD34;
}
.AnyTagClassName
{
color: #42FD34;
}
</style>
background-color css
<style>
a { background-color: #42FD34; }
a { background-color: rgb(66,253,52); }
div.DivClassName
{
background-color: #42FD34;
}
.BgClassName
{
background-color: #42FD34;
}
</style>
border-color css
<style>
span { border-color: #42FD34; }
span { border-color: rgb(66,253,52); }
td.TdClassName
{
border-color: #42FD34;
}
.TagClassName
{
border-color: #42FD34;
}
</style>