Shades of Lime Green #42C32B
Tints of Lime Green #42C32B
RGB
CMYK
RGB Variations
Color information
#42C32B (or 0x42C32B) is known color: Lime Green. HEX triplet: 42, C3 and 2B. RGB value is (66,195,43). Sum of RGB (Red+Green+Blue) = 66+195+43=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #42C32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C32B is #BD3CD4. Grayscale: #8B8B8B. Windows color (decimal): -12401877 or 2868034. OLE color: 2868034.
HSL color Cylindrical-coordinate representation of color #42C32B: hue angle of 110.92º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42C32B is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 195 | 43 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.24 |
| HSL | 110.92º | 0.64% | 0.47% | - |
| HSV(B) | 110.92º | 0.78% | 0.76% | - |
| XYZ | 22.2 | 40.36 | 8.91 | - |
| YUV | 139.1 | 73.76 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 195 | 43 | 0.66 | 0 | 0.78 | 0.24 | 110.92 | 0.64 | 0.47 |
| Hex | 42 | C3 | 2B | 42 | 0 | 4E | 18 | 6F | 40 | 2F |
| Octal | 102 | 303 | 53 | 102 | 0 | 116 | 30 | 157 | 100 | 57 |
| Binary | 1000010 | 11000011 | 101011 | 1000010 | 0 | 1001110 | 11000 | 1101111 | 1000000 | 101111 |
Color Harmonies of #42C32B
Complementary color
Monochromatic Colors of #42C32B
Black with #42C32B
Text Example
Text Example
White with #42C32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C32B; }
p { color: rgb(66,195,43); }
H1.HeaderClassName
{
color: #42C32B;
}
.AnyTagClassName
{
color: #42C32B;
}
</style>
background-color css
<style>
a { background-color: #42C32B; }
a { background-color: rgb(66,195,43); }
div.DivClassName
{
background-color: #42C32B;
}
.BgClassName
{
background-color: #42C32B;
}
</style>
border-color css
<style>
span { border-color: #42C32B; }
span { border-color: rgb(66,195,43); }
td.TdClassName
{
border-color: #42C32B;
}
.TagClassName
{
border-color: #42C32B;
}
</style>