Shades of Lime Green #42C93D
Tints of Lime Green #42C93D
RGB
CMYK
RGB Variations
Color information
#42C93D (or 0x42C93D) is known color: Lime Green. HEX triplet: 42, C9 and 3D. RGB value is (66,201,61). Sum of RGB (Red+Green+Blue) = 66+201+61=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 201 (78.91% from 255 or 61.28% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 201 - color contains mainly: green. Hex color #42C93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C93D is #BD36C2. Grayscale: #919191. Windows color (decimal): -12400323 or 4049218. OLE color: 4049218.
HSL color Cylindrical-coordinate representation of color #42C93D: hue angle of 117.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42C93D is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 201 | 61 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.21 |
| HSL | 117.86º | 0.56% | 0.51% | - |
| HSV(B) | 117.86º | 0.7% | 0.79% | - |
| XYZ | 23.98 | 43.27 | 11.5 | - |
| YUV | 144.68 | 80.77 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 201 | 61 | 0.67 | 0 | 0.70 | 0.21 | 117.86 | 0.56 | 0.51 |
| Hex | 42 | C9 | 3D | 43 | 0 | 46 | 15 | 76 | 38 | 33 |
| Octal | 102 | 311 | 75 | 103 | 0 | 106 | 25 | 166 | 70 | 63 |
| Binary | 1000010 | 11001001 | 111101 | 1000011 | 0 | 1000110 | 10101 | 1110110 | 111000 | 110011 |
Color Harmonies of #42C93D
Complementary color
Monochromatic Colors of #42C93D
Black with #42C93D
Text Example
Text Example
White with #42C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C93D; }
p { color: rgb(66,201,61); }
H1.HeaderClassName
{
color: #42C93D;
}
.AnyTagClassName
{
color: #42C93D;
}
</style>
background-color css
<style>
a { background-color: #42C93D; }
a { background-color: rgb(66,201,61); }
div.DivClassName
{
background-color: #42C93D;
}
.BgClassName
{
background-color: #42C93D;
}
</style>
border-color css
<style>
span { border-color: #42C93D; }
span { border-color: rgb(66,201,61); }
td.TdClassName
{
border-color: #42C93D;
}
.TagClassName
{
border-color: #42C93D;
}
</style>