Shades of Kelly Green #2AB305
Tints of Kelly Green #2AB305
RGB
CMYK
RGB Variations
Color information
#2AB305 (or 0x2AB305) is known color: Kelly Green. HEX triplet: 2A, B3 and 05. RGB value is (42,179,5). Sum of RGB (Red+Green+Blue) = 42+179+5=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 179 (70.31% from 255 or 79.20% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB305 is #D54CFA. Grayscale: #767676. Windows color (decimal): -13978875 or 373546. OLE color: 373546.
HSL color Cylindrical-coordinate representation of color #2AB305: hue angle of 107.24º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AB305 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 5 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.30 |
| HSL | 107.24º | 0.95% | 0.36% | - |
| HSV(B) | 107.24º | 0.97% | 0.7% | - |
| XYZ | 17.1 | 32.74 | 5.56 | - |
| YUV | 118.2 | 64.11 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 5 | 0.77 | 0 | 0.97 | 0.30 | 107.24 | 0.95 | 0.36 |
| Hex | 2A | B3 | 5 | 4D | 0 | 61 | 1E | 6B | 5F | 24 |
| Octal | 52 | 263 | 5 | 115 | 0 | 141 | 36 | 153 | 137 | 44 |
| Binary | 101010 | 10110011 | 101 | 1001101 | 0 | 1100001 | 11110 | 1101011 | 1011111 | 100100 |
Color Harmonies of #2AB305
Complementary color
Monochromatic Colors of #2AB305
Black with #2AB305
Text Example
Text Example
White with #2AB305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB305; }
p { color: rgb(42,179,5); }
H1.HeaderClassName
{
color: #2AB305;
}
.AnyTagClassName
{
color: #2AB305;
}
</style>
background-color css
<style>
a { background-color: #2AB305; }
a { background-color: rgb(42,179,5); }
div.DivClassName
{
background-color: #2AB305;
}
.BgClassName
{
background-color: #2AB305;
}
</style>
border-color css
<style>
span { border-color: #2AB305; }
span { border-color: rgb(42,179,5); }
td.TdClassName
{
border-color: #2AB305;
}
.TagClassName
{
border-color: #2AB305;
}
</style>