Shades of Kelly Green #44BC2A
Tints of Kelly Green #44BC2A
RGB
CMYK
RGB Variations
Color information
#44BC2A (or 0x44BC2A) is known color: Kelly Green. HEX triplet: 44, BC and 2A. RGB value is (68,188,42). Sum of RGB (Red+Green+Blue) = 68+188+42=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #44BC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BC2A is #BB43D5. Grayscale: #878787. Windows color (decimal): -12272598 or 2800708. OLE color: 2800708.
HSL color Cylindrical-coordinate representation of color #44BC2A: hue angle of 109.32º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44BC2A is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 188 | 42 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.26 |
| HSL | 109.32º | 0.63% | 0.45% | - |
| HSV(B) | 109.32º | 0.78% | 0.74% | - |
| XYZ | 20.79 | 37.36 | 8.31 | - |
| YUV | 135.48 | 75.24 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 188 | 42 | 0.64 | 0 | 0.78 | 0.26 | 109.32 | 0.63 | 0.45 |
| Hex | 44 | BC | 2A | 40 | 0 | 4E | 1A | 6D | 3F | 2D |
| Octal | 104 | 274 | 52 | 100 | 0 | 116 | 32 | 155 | 77 | 55 |
| Binary | 1000100 | 10111100 | 101010 | 1000000 | 0 | 1001110 | 11010 | 1101101 | 111111 | 101101 |
Color Harmonies of #44BC2A
Complementary color
Monochromatic Colors of #44BC2A
Black with #44BC2A
Text Example
Text Example
White with #44BC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BC2A; }
p { color: rgb(68,188,42); }
H1.HeaderClassName
{
color: #44BC2A;
}
.AnyTagClassName
{
color: #44BC2A;
}
</style>
background-color css
<style>
a { background-color: #44BC2A; }
a { background-color: rgb(68,188,42); }
div.DivClassName
{
background-color: #44BC2A;
}
.BgClassName
{
background-color: #44BC2A;
}
</style>
border-color css
<style>
span { border-color: #44BC2A; }
span { border-color: rgb(68,188,42); }
td.TdClassName
{
border-color: #44BC2A;
}
.TagClassName
{
border-color: #44BC2A;
}
</style>