Shades of Kelly Green #42B42E
Tints of Kelly Green #42B42E
RGB
CMYK
RGB Variations
Color information
#42B42E (or 0x42B42E) is known color: Kelly Green. HEX triplet: 42, B4 and 2E. RGB value is (66,180,46). Sum of RGB (Red+Green+Blue) = 66+180+46=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 180 (70.70% from 255 or 61.64% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 180 - color contains mainly: green. Hex color #42B42E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B42E is #BD4BD1. Grayscale: #838383. Windows color (decimal): -12405714 or 3060802. OLE color: 3060802.
HSL color Cylindrical-coordinate representation of color #42B42E: hue angle of 111.04º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42B42E is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 46 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.29 |
| HSL | 111.04º | 0.59% | 0.44% | - |
| HSV(B) | 111.04º | 0.74% | 0.71% | - |
| XYZ | 19.06 | 34 | 8.14 | - |
| YUV | 130.64 | 80.23 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 46 | 0.63 | 0 | 0.74 | 0.29 | 111.04 | 0.59 | 0.44 |
| Hex | 42 | B4 | 2E | 3F | 0 | 4A | 1D | 6F | 3B | 2C |
| Octal | 102 | 264 | 56 | 77 | 0 | 112 | 35 | 157 | 73 | 54 |
| Binary | 1000010 | 10110100 | 101110 | 111111 | 0 | 1001010 | 11101 | 1101111 | 111011 | 101100 |
Color Harmonies of #42B42E
Complementary color
Monochromatic Colors of #42B42E
Black with #42B42E
Text Example
Text Example
White with #42B42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B42E; }
p { color: rgb(66,180,46); }
H1.HeaderClassName
{
color: #42B42E;
}
.AnyTagClassName
{
color: #42B42E;
}
</style>
background-color css
<style>
a { background-color: #42B42E; }
a { background-color: rgb(66,180,46); }
div.DivClassName
{
background-color: #42B42E;
}
.BgClassName
{
background-color: #42B42E;
}
</style>
border-color css
<style>
span { border-color: #42B42E; }
span { border-color: rgb(66,180,46); }
td.TdClassName
{
border-color: #42B42E;
}
.TagClassName
{
border-color: #42B42E;
}
</style>