Shades of Lime Green #42BD34
Tints of Lime Green #42BD34
RGB
CMYK
RGB Variations
Color information
#42BD34 (or 0x42BD34) is known color: Lime Green. HEX triplet: 42, BD and 34. RGB value is (66,189,52). Sum of RGB (Red+Green+Blue) = 66+189+52=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BD34 is #BD42CB. Grayscale: #898989. Windows color (decimal): -12403404 or 3456322. OLE color: 3456322.
HSL color Cylindrical-coordinate representation of color #42BD34: hue angle of 113.87º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42BD34 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 52 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.26 |
| HSL | 113.87º | 0.57% | 0.47% | - |
| HSV(B) | 113.87º | 0.72% | 0.74% | - |
| XYZ | 21.06 | 37.8 | 9.44 | - |
| YUV | 136.61 | 80.25 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 52 | 0.65 | 0 | 0.72 | 0.26 | 113.87 | 0.57 | 0.47 |
| Hex | 42 | BD | 34 | 41 | 0 | 48 | 1A | 72 | 39 | 2F |
| Octal | 102 | 275 | 64 | 101 | 0 | 110 | 32 | 162 | 71 | 57 |
| Binary | 1000010 | 10111101 | 110100 | 1000001 | 0 | 1001000 | 11010 | 1110010 | 111001 | 101111 |
Color Harmonies of #42BD34
Complementary color
Monochromatic Colors of #42BD34
Black with #42BD34
Text Example
Text Example
White with #42BD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BD34; }
p { color: rgb(66,189,52); }
H1.HeaderClassName
{
color: #42BD34;
}
.AnyTagClassName
{
color: #42BD34;
}
</style>
background-color css
<style>
a { background-color: #42BD34; }
a { background-color: rgb(66,189,52); }
div.DivClassName
{
background-color: #42BD34;
}
.BgClassName
{
background-color: #42BD34;
}
</style>
border-color css
<style>
span { border-color: #42BD34; }
span { border-color: rgb(66,189,52); }
td.TdClassName
{
border-color: #42BD34;
}
.TagClassName
{
border-color: #42BD34;
}
</style>