Shades of Lime Green #42BB3A
Tints of Lime Green #42BB3A
RGB
CMYK
RGB Variations
Color information
#42BB3A (or 0x42BB3A) is known color: Lime Green. HEX triplet: 42, BB and 3A. RGB value is (66,187,58). Sum of RGB (Red+Green+Blue) = 66+187+58=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 187 (73.44% from 255 or 60.13% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BB3A is #BD44C5. Grayscale: #888888. Windows color (decimal): -12403910 or 3849026. OLE color: 3849026.
HSL color Cylindrical-coordinate representation of color #42BB3A: hue angle of 116.28º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42BB3A is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 187 | 58 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.27 |
| HSL | 116.28º | 0.53% | 0.48% | - |
| HSV(B) | 116.28º | 0.69% | 0.73% | - |
| XYZ | 20.78 | 37 | 10.05 | - |
| YUV | 136.12 | 83.91 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 187 | 58 | 0.65 | 0 | 0.69 | 0.27 | 116.28 | 0.53 | 0.48 |
| Hex | 42 | BB | 3A | 41 | 0 | 45 | 1B | 74 | 35 | 30 |
| Octal | 102 | 273 | 72 | 101 | 0 | 105 | 33 | 164 | 65 | 60 |
| Binary | 1000010 | 10111011 | 111010 | 1000001 | 0 | 1000101 | 11011 | 1110100 | 110101 | 110000 |
Color Harmonies of #42BB3A
Complementary color
Monochromatic Colors of #42BB3A
Black with #42BB3A
Text Example
Text Example
White with #42BB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BB3A; }
p { color: rgb(66,187,58); }
H1.HeaderClassName
{
color: #42BB3A;
}
.AnyTagClassName
{
color: #42BB3A;
}
</style>
background-color css
<style>
a { background-color: #42BB3A; }
a { background-color: rgb(66,187,58); }
div.DivClassName
{
background-color: #42BB3A;
}
.BgClassName
{
background-color: #42BB3A;
}
</style>
border-color css
<style>
span { border-color: #42BB3A; }
span { border-color: rgb(66,187,58); }
td.TdClassName
{
border-color: #42BB3A;
}
.TagClassName
{
border-color: #42BB3A;
}
</style>