Shades of Lime Green #42BF3A
Tints of Lime Green #42BF3A
RGB
CMYK
RGB Variations
Color information
#42BF3A (or 0x42BF3A) is known color: Lime Green. HEX triplet: 42, BF and 3A. RGB value is (66,191,58). Sum of RGB (Red+Green+Blue) = 66+191+58=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 191 (75% from 255 or 60.63% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF3A is #BD40C5. Grayscale: #8A8A8A. Windows color (decimal): -12402886 or 3850050. OLE color: 3850050.
HSL color Cylindrical-coordinate representation of color #42BF3A: hue angle of 116.39º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42BF3A is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 58 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.25 |
| HSL | 116.39º | 0.53% | 0.49% | - |
| HSV(B) | 116.39º | 0.7% | 0.75% | - |
| XYZ | 21.64 | 38.73 | 10.34 | - |
| YUV | 138.46 | 82.59 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 58 | 0.65 | 0 | 0.70 | 0.25 | 116.39 | 0.53 | 0.49 |
| Hex | 42 | BF | 3A | 41 | 0 | 46 | 19 | 74 | 35 | 31 |
| Octal | 102 | 277 | 72 | 101 | 0 | 106 | 31 | 164 | 65 | 61 |
| Binary | 1000010 | 10111111 | 111010 | 1000001 | 0 | 1000110 | 11001 | 1110100 | 110101 | 110001 |
Color Harmonies of #42BF3A
Complementary color
Monochromatic Colors of #42BF3A
Black with #42BF3A
Text Example
Text Example
White with #42BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BF3A; }
p { color: rgb(66,191,58); }
H1.HeaderClassName
{
color: #42BF3A;
}
.AnyTagClassName
{
color: #42BF3A;
}
</style>
background-color css
<style>
a { background-color: #42BF3A; }
a { background-color: rgb(66,191,58); }
div.DivClassName
{
background-color: #42BF3A;
}
.BgClassName
{
background-color: #42BF3A;
}
</style>
border-color css
<style>
span { border-color: #42BF3A; }
span { border-color: rgb(66,191,58); }
td.TdClassName
{
border-color: #42BF3A;
}
.TagClassName
{
border-color: #42BF3A;
}
</style>