Shades of Lime Green #42BF30
Tints of Lime Green #42BF30
RGB
CMYK
RGB Variations
Color information
#42BF30 (or 0x42BF30) is known color: Lime Green. HEX triplet: 42, BF and 30. RGB value is (66,191,48). Sum of RGB (Red+Green+Blue) = 66+191+48=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 191 (75% from 255 or 62.62% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF30 is #BD40CF. Grayscale: #898989. Windows color (decimal): -12402896 or 3194690. OLE color: 3194690.
HSL color Cylindrical-coordinate representation of color #42BF30: hue angle of 112.45º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42BF30 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 48 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.25 |
| HSL | 112.45º | 0.6% | 0.47% | - |
| HSV(B) | 112.45º | 0.75% | 0.75% | - |
| XYZ | 21.41 | 38.63 | 9.12 | - |
| YUV | 137.32 | 77.59 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 48 | 0.65 | 0 | 0.75 | 0.25 | 112.45 | 0.6 | 0.47 |
| Hex | 42 | BF | 30 | 41 | 0 | 4B | 19 | 70 | 3C | 2F |
| Octal | 102 | 277 | 60 | 101 | 0 | 113 | 31 | 160 | 74 | 57 |
| Binary | 1000010 | 10111111 | 110000 | 1000001 | 0 | 1001011 | 11001 | 1110000 | 111100 | 101111 |
Color Harmonies of #42BF30
Complementary color
Monochromatic Colors of #42BF30
Black with #42BF30
Text Example
Text Example
White with #42BF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BF30; }
p { color: rgb(66,191,48); }
H1.HeaderClassName
{
color: #42BF30;
}
.AnyTagClassName
{
color: #42BF30;
}
</style>
background-color css
<style>
a { background-color: #42BF30; }
a { background-color: rgb(66,191,48); }
div.DivClassName
{
background-color: #42BF30;
}
.BgClassName
{
background-color: #42BF30;
}
</style>
border-color css
<style>
span { border-color: #42BF30; }
span { border-color: rgb(66,191,48); }
td.TdClassName
{
border-color: #42BF30;
}
.TagClassName
{
border-color: #42BF30;
}
</style>