Shades of Lime Green #42C135
Tints of Lime Green #42C135
RGB
CMYK
RGB Variations
Color information
#42C135 (or 0x42C135) is known color: Lime Green. HEX triplet: 42, C1 and 35. RGB value is (66,193,53). Sum of RGB (Red+Green+Blue) = 66+193+53=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #42C135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C135 is #BD3ECA. Grayscale: #8B8B8B. Windows color (decimal): -12402379 or 3522882. OLE color: 3522882.
HSL color Cylindrical-coordinate representation of color #42C135: hue angle of 114.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42C135 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 53 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.24 |
| HSL | 114.43º | 0.57% | 0.48% | - |
| HSV(B) | 114.43º | 0.73% | 0.76% | - |
| XYZ | 21.96 | 39.56 | 9.85 | - |
| YUV | 139.07 | 79.42 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 53 | 0.66 | 0 | 0.73 | 0.24 | 114.43 | 0.57 | 0.48 |
| Hex | 42 | C1 | 35 | 42 | 0 | 49 | 18 | 72 | 39 | 30 |
| Octal | 102 | 301 | 65 | 102 | 0 | 111 | 30 | 162 | 71 | 60 |
| Binary | 1000010 | 11000001 | 110101 | 1000010 | 0 | 1001001 | 11000 | 1110010 | 111001 | 110000 |
Color Harmonies of #42C135
Complementary color
Monochromatic Colors of #42C135
Black with #42C135
Text Example
Text Example
White with #42C135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C135; }
p { color: rgb(66,193,53); }
H1.HeaderClassName
{
color: #42C135;
}
.AnyTagClassName
{
color: #42C135;
}
</style>
background-color css
<style>
a { background-color: #42C135; }
a { background-color: rgb(66,193,53); }
div.DivClassName
{
background-color: #42C135;
}
.BgClassName
{
background-color: #42C135;
}
</style>
border-color css
<style>
span { border-color: #42C135; }
span { border-color: rgb(66,193,53); }
td.TdClassName
{
border-color: #42C135;
}
.TagClassName
{
border-color: #42C135;
}
</style>