Shades of Lime Green #42BC33
Tints of Lime Green #42BC33
RGB
CMYK
RGB Variations
Color information
#42BC33 (or 0x42BC33) is known color: Lime Green. HEX triplet: 42, BC and 33. RGB value is (66,188,51). Sum of RGB (Red+Green+Blue) = 66+188+51=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC33 is #BD43CC. Grayscale: #888888. Windows color (decimal): -12403661 or 3390530. OLE color: 3390530.
HSL color Cylindrical-coordinate representation of color #42BC33: hue angle of 113.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42BC33 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 51 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.26 |
| HSL | 113.43º | 0.57% | 0.47% | - |
| HSV(B) | 113.43º | 0.73% | 0.74% | - |
| XYZ | 20.83 | 37.36 | 9.25 | - |
| YUV | 135.9 | 80.08 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 51 | 0.65 | 0 | 0.73 | 0.26 | 113.43 | 0.57 | 0.47 |
| Hex | 42 | BC | 33 | 41 | 0 | 49 | 1A | 71 | 39 | 2F |
| Octal | 102 | 274 | 63 | 101 | 0 | 111 | 32 | 161 | 71 | 57 |
| Binary | 1000010 | 10111100 | 110011 | 1000001 | 0 | 1001001 | 11010 | 1110001 | 111001 | 101111 |
Color Harmonies of #42BC33
Complementary color
Monochromatic Colors of #42BC33
Black with #42BC33
Text Example
Text Example
White with #42BC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BC33; }
p { color: rgb(66,188,51); }
H1.HeaderClassName
{
color: #42BC33;
}
.AnyTagClassName
{
color: #42BC33;
}
</style>
background-color css
<style>
a { background-color: #42BC33; }
a { background-color: rgb(66,188,51); }
div.DivClassName
{
background-color: #42BC33;
}
.BgClassName
{
background-color: #42BC33;
}
</style>
border-color css
<style>
span { border-color: #42BC33; }
span { border-color: rgb(66,188,51); }
td.TdClassName
{
border-color: #42BC33;
}
.TagClassName
{
border-color: #42BC33;
}
</style>