Shades of Kelly Green #42B403
Tints of Kelly Green #42B403
RGB
CMYK
RGB Variations
Color information
#42B403 (or 0x42B403) is known color: Kelly Green. HEX triplet: 42, B4 and 03. RGB value is (66,180,3). Sum of RGB (Red+Green+Blue) = 66+180+3=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 180 (70.70% from 255 or 72.29% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 180 - color contains mainly: green. Hex color #42B403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B403 is #BD4BFC. Grayscale: #7E7E7E. Windows color (decimal): -12405757 or 242754. OLE color: 242754.
HSL color Cylindrical-coordinate representation of color #42B403: hue angle of 98.64º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42B403 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 3 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.29 |
| HSL | 98.64º | 0.97% | 0.36% | - |
| HSV(B) | 98.64º | 0.98% | 0.71% | - |
| XYZ | 18.58 | 33.81 | 5.63 | - |
| YUV | 125.74 | 58.73 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 3 | 0.63 | 0 | 0.98 | 0.29 | 98.64 | 0.97 | 0.36 |
| Hex | 42 | B4 | 3 | 3F | 0 | 62 | 1D | 63 | 61 | 24 |
| Octal | 102 | 264 | 3 | 77 | 0 | 142 | 35 | 143 | 141 | 44 |
| Binary | 1000010 | 10110100 | 11 | 111111 | 0 | 1100010 | 11101 | 1100011 | 1100001 | 100100 |
Color Harmonies of #42B403
Complementary color
Monochromatic Colors of #42B403
Black with #42B403
Text Example
Text Example
White with #42B403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B403; }
p { color: rgb(66,180,3); }
H1.HeaderClassName
{
color: #42B403;
}
.AnyTagClassName
{
color: #42B403;
}
</style>
background-color css
<style>
a { background-color: #42B403; }
a { background-color: rgb(66,180,3); }
div.DivClassName
{
background-color: #42B403;
}
.BgClassName
{
background-color: #42B403;
}
</style>
border-color css
<style>
span { border-color: #42B403; }
span { border-color: rgb(66,180,3); }
td.TdClassName
{
border-color: #42B403;
}
.TagClassName
{
border-color: #42B403;
}
</style>