Shades of Lime Green #42CF34
Tints of Lime Green #42CF34
RGB
CMYK
RGB Variations
Color information
#42CF34 (or 0x42CF34) is known color: Lime Green. HEX triplet: 42, CF and 34. RGB value is (66,207,52). Sum of RGB (Red+Green+Blue) = 66+207+52=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 207 (81.25% from 255 or 63.69% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 207 - color contains mainly: green. Hex color #42CF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CF34 is #BD30CB. Grayscale: #939393. Windows color (decimal): -12398796 or 3460930. OLE color: 3460930.
HSL color Cylindrical-coordinate representation of color #42CF34: hue angle of 114.58º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42CF34 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 207 | 52 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.19 |
| HSL | 114.58º | 0.62% | 0.51% | - |
| HSV(B) | 114.58º | 0.75% | 0.81% | - |
| XYZ | 25.18 | 46.03 | 10.81 | - |
| YUV | 147.17 | 74.29 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 52 | 0.68 | 0 | 0.75 | 0.19 | 114.58 | 0.62 | 0.51 |
| Hex | 42 | CF | 34 | 44 | 0 | 4B | 13 | 73 | 3E | 33 |
| Octal | 102 | 317 | 64 | 104 | 0 | 113 | 23 | 163 | 76 | 63 |
| Binary | 1000010 | 11001111 | 110100 | 1000100 | 0 | 1001011 | 10011 | 1110011 | 111110 | 110011 |
Color Harmonies of #42CF34
Complementary color
Monochromatic Colors of #42CF34
Black with #42CF34
Text Example
Text Example
White with #42CF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CF34; }
p { color: rgb(66,207,52); }
H1.HeaderClassName
{
color: #42CF34;
}
.AnyTagClassName
{
color: #42CF34;
}
</style>
background-color css
<style>
a { background-color: #42CF34; }
a { background-color: rgb(66,207,52); }
div.DivClassName
{
background-color: #42CF34;
}
.BgClassName
{
background-color: #42CF34;
}
</style>
border-color css
<style>
span { border-color: #42CF34; }
span { border-color: rgb(66,207,52); }
td.TdClassName
{
border-color: #42CF34;
}
.TagClassName
{
border-color: #42CF34;
}
</style>