Shades of Lime Green #42AF33
Tints of Lime Green #42AF33
RGB
CMYK
RGB Variations
Color information
#42AF33 (or 0x42AF33) is known color: Lime Green. HEX triplet: 42, AF and 33. RGB value is (66,175,51). Sum of RGB (Red+Green+Blue) = 66+175+51=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 175 (68.75% from 255 or 59.93% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF33 is #BD50CC. Grayscale: #808080. Windows color (decimal): -12406989 or 3387202. OLE color: 3387202.
HSL color Cylindrical-coordinate representation of color #42AF33: hue angle of 112.74º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42AF33 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 51 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.31 |
| HSL | 112.74º | 0.55% | 0.44% | - |
| HSV(B) | 112.74º | 0.71% | 0.69% | - |
| XYZ | 18.17 | 32.06 | 8.36 | - |
| YUV | 128.27 | 84.39 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 51 | 0.62 | 0 | 0.71 | 0.31 | 112.74 | 0.55 | 0.44 |
| Hex | 42 | AF | 33 | 3E | 0 | 47 | 1F | 71 | 37 | 2C |
| Octal | 102 | 257 | 63 | 76 | 0 | 107 | 37 | 161 | 67 | 54 |
| Binary | 1000010 | 10101111 | 110011 | 111110 | 0 | 1000111 | 11111 | 1110001 | 110111 | 101100 |
Color Harmonies of #42AF33
Complementary color
Monochromatic Colors of #42AF33
Black with #42AF33
Text Example
Text Example
White with #42AF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF33; }
p { color: rgb(66,175,51); }
H1.HeaderClassName
{
color: #42AF33;
}
.AnyTagClassName
{
color: #42AF33;
}
</style>
background-color css
<style>
a { background-color: #42AF33; }
a { background-color: rgb(66,175,51); }
div.DivClassName
{
background-color: #42AF33;
}
.BgClassName
{
background-color: #42AF33;
}
</style>
border-color css
<style>
span { border-color: #42AF33; }
span { border-color: rgb(66,175,51); }
td.TdClassName
{
border-color: #42AF33;
}
.TagClassName
{
border-color: #42AF33;
}
</style>