Shades of Kelly Green #42BD1E
Tints of Kelly Green #42BD1E
RGB
CMYK
RGB Variations
Color information
#42BD1E (or 0x42BD1E) is known color: Kelly Green. HEX triplet: 42, BD and 1E. RGB value is (66,189,30). Sum of RGB (Red+Green+Blue) = 66+189+30=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 189 (74.22% from 255 or 66.32% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BD1E is #BD42E1. Grayscale: #868686. Windows color (decimal): -12403426 or 2014530. OLE color: 2014530.
HSL color Cylindrical-coordinate representation of color #42BD1E: hue angle of 106.42º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42BD1E is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 30 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.26 |
| HSL | 106.42º | 0.73% | 0.43% | - |
| HSV(B) | 106.42º | 0.84% | 0.74% | - |
| XYZ | 20.68 | 37.65 | 7.41 | - |
| YUV | 134.1 | 69.25 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 30 | 0.65 | 0 | 0.84 | 0.26 | 106.42 | 0.73 | 0.43 |
| Hex | 42 | BD | 1E | 41 | 0 | 54 | 1A | 6A | 49 | 2B |
| Octal | 102 | 275 | 36 | 101 | 0 | 124 | 32 | 152 | 111 | 53 |
| Binary | 1000010 | 10111101 | 11110 | 1000001 | 0 | 1010100 | 11010 | 1101010 | 1001001 | 101011 |
Color Harmonies of #42BD1E
Complementary color
Monochromatic Colors of #42BD1E
Black with #42BD1E
Text Example
Text Example
White with #42BD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BD1E; }
p { color: rgb(66,189,30); }
H1.HeaderClassName
{
color: #42BD1E;
}
.AnyTagClassName
{
color: #42BD1E;
}
</style>
background-color css
<style>
a { background-color: #42BD1E; }
a { background-color: rgb(66,189,30); }
div.DivClassName
{
background-color: #42BD1E;
}
.BgClassName
{
background-color: #42BD1E;
}
</style>
border-color css
<style>
span { border-color: #42BD1E; }
span { border-color: rgb(66,189,30); }
td.TdClassName
{
border-color: #42BD1E;
}
.TagClassName
{
border-color: #42BD1E;
}
</style>