Shades of Lime Green #42CF45
Tints of Lime Green #42CF45
RGB
CMYK
RGB Variations
Color information
#42CF45 (or 0x42CF45) is known color: Lime Green. HEX triplet: 42, CF and 45. RGB value is (66,207,69). Sum of RGB (Red+Green+Blue) = 66+207+69=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 207 (81.25% from 255 or 60.53% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 207 - color contains mainly: green. Hex color #42CF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CF45 is #BD30BA. Grayscale: #959595. Windows color (decimal): -12398779 or 4575042. OLE color: 4575042.
HSL color Cylindrical-coordinate representation of color #42CF45: hue angle of 121.28º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CF45 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 207 | 69 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.19 |
| HSL | 121.28º | 0.59% | 0.54% | - |
| HSV(B) | 121.28º | 0.68% | 0.81% | - |
| XYZ | 25.63 | 46.21 | 13.2 | - |
| YUV | 149.11 | 82.79 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 69 | 0.68 | 0 | 0.67 | 0.19 | 121.28 | 0.59 | 0.54 |
| Hex | 42 | CF | 45 | 44 | 0 | 43 | 13 | 79 | 3B | 36 |
| Octal | 102 | 317 | 105 | 104 | 0 | 103 | 23 | 171 | 73 | 66 |
| Binary | 1000010 | 11001111 | 1000101 | 1000100 | 0 | 1000011 | 10011 | 1111001 | 111011 | 110110 |
Color Harmonies of #42CF45
Complementary color
Monochromatic Colors of #42CF45
Black with #42CF45
Text Example
Text Example
White with #42CF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CF45; }
p { color: rgb(66,207,69); }
H1.HeaderClassName
{
color: #42CF45;
}
.AnyTagClassName
{
color: #42CF45;
}
</style>
background-color css
<style>
a { background-color: #42CF45; }
a { background-color: rgb(66,207,69); }
div.DivClassName
{
background-color: #42CF45;
}
.BgClassName
{
background-color: #42CF45;
}
</style>
border-color css
<style>
span { border-color: #42CF45; }
span { border-color: rgb(66,207,69); }
td.TdClassName
{
border-color: #42CF45;
}
.TagClassName
{
border-color: #42CF45;
}
</style>