Shades of Lime Green #42BF33
Tints of Lime Green #42BF33
RGB
CMYK
RGB Variations
Color information
#42BF33 (or 0x42BF33) is known color: Lime Green. HEX triplet: 42, BF and 33. RGB value is (66,191,51). Sum of RGB (Red+Green+Blue) = 66+191+51=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 191 (75% from 255 or 62.01% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF33 is #BD40CC. Grayscale: #8A8A8A. Windows color (decimal): -12402893 or 3391298. OLE color: 3391298.
HSL color Cylindrical-coordinate representation of color #42BF33: hue angle of 113.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42BF33 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 51 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.25 |
| HSL | 113.57º | 0.58% | 0.47% | - |
| HSV(B) | 113.57º | 0.73% | 0.75% | - |
| XYZ | 21.48 | 38.66 | 9.46 | - |
| YUV | 137.67 | 79.09 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 51 | 0.65 | 0 | 0.73 | 0.25 | 113.57 | 0.58 | 0.47 |
| Hex | 42 | BF | 33 | 41 | 0 | 49 | 19 | 72 | 3A | 2F |
| Octal | 102 | 277 | 63 | 101 | 0 | 111 | 31 | 162 | 72 | 57 |
| Binary | 1000010 | 10111111 | 110011 | 1000001 | 0 | 1001001 | 11001 | 1110010 | 111010 | 101111 |
Color Harmonies of #42BF33
Complementary color
Monochromatic Colors of #42BF33
Black with #42BF33
Text Example
Text Example
White with #42BF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BF33; }
p { color: rgb(66,191,51); }
H1.HeaderClassName
{
color: #42BF33;
}
.AnyTagClassName
{
color: #42BF33;
}
</style>
background-color css
<style>
a { background-color: #42BF33; }
a { background-color: rgb(66,191,51); }
div.DivClassName
{
background-color: #42BF33;
}
.BgClassName
{
background-color: #42BF33;
}
</style>
border-color css
<style>
span { border-color: #42BF33; }
span { border-color: rgb(66,191,51); }
td.TdClassName
{
border-color: #42BF33;
}
.TagClassName
{
border-color: #42BF33;
}
</style>