Shades of Lime Green #42BF2B
Tints of Lime Green #42BF2B
RGB
CMYK
RGB Variations
Color information
#42BF2B (or 0x42BF2B) is known color: Lime Green. HEX triplet: 42, BF and 2B. RGB value is (66,191,43). Sum of RGB (Red+Green+Blue) = 66+191+43=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF2B is #BD40D4. Grayscale: #898989. Windows color (decimal): -12402901 or 2867010. OLE color: 2867010.
HSL color Cylindrical-coordinate representation of color #42BF2B: hue angle of 110.68º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42BF2B is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 43 | - |
| CMYK | 0.65 | 0 | 0.77 | 0.25 |
| HSL | 110.68º | 0.63% | 0.46% | - |
| HSV(B) | 110.68º | 0.77% | 0.75% | - |
| XYZ | 21.31 | 38.59 | 8.61 | - |
| YUV | 136.75 | 75.09 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 43 | 0.65 | 0 | 0.77 | 0.25 | 110.68 | 0.63 | 0.46 |
| Hex | 42 | BF | 2B | 41 | 0 | 4D | 19 | 6F | 3F | 2E |
| Octal | 102 | 277 | 53 | 101 | 0 | 115 | 31 | 157 | 77 | 56 |
| Binary | 1000010 | 10111111 | 101011 | 1000001 | 0 | 1001101 | 11001 | 1101111 | 111111 | 101110 |
Color Harmonies of #42BF2B
Complementary color
Monochromatic Colors of #42BF2B
Black with #42BF2B
Text Example
Text Example
White with #42BF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BF2B; }
p { color: rgb(66,191,43); }
H1.HeaderClassName
{
color: #42BF2B;
}
.AnyTagClassName
{
color: #42BF2B;
}
</style>
background-color css
<style>
a { background-color: #42BF2B; }
a { background-color: rgb(66,191,43); }
div.DivClassName
{
background-color: #42BF2B;
}
.BgClassName
{
background-color: #42BF2B;
}
</style>
border-color css
<style>
span { border-color: #42BF2B; }
span { border-color: rgb(66,191,43); }
td.TdClassName
{
border-color: #42BF2B;
}
.TagClassName
{
border-color: #42BF2B;
}
</style>