Shades of Kelly Green #2AB30B
Tints of Kelly Green #2AB30B
RGB
CMYK
RGB Variations
Color information
#2AB30B (or 0x2AB30B) is known color: Kelly Green. HEX triplet: 2A, B3 and 0B. RGB value is (42,179,11). Sum of RGB (Red+Green+Blue) = 42+179+11=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 179 (70.31% from 255 or 77.16% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB30B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB30B is #D54CF4. Grayscale: #777777. Windows color (decimal): -13978869 or 766762. OLE color: 766762.
HSL color Cylindrical-coordinate representation of color #2AB30B: hue angle of 108.93º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AB30B is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 11 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.30 |
| HSL | 108.93º | 0.88% | 0.37% | - |
| HSV(B) | 108.93º | 0.94% | 0.7% | - |
| XYZ | 17.14 | 32.76 | 5.74 | - |
| YUV | 118.89 | 67.11 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 11 | 0.77 | 0 | 0.94 | 0.30 | 108.93 | 0.88 | 0.37 |
| Hex | 2A | B3 | B | 4D | 0 | 5E | 1E | 6D | 58 | 25 |
| Octal | 52 | 263 | 13 | 115 | 0 | 136 | 36 | 155 | 130 | 45 |
| Binary | 101010 | 10110011 | 1011 | 1001101 | 0 | 1011110 | 11110 | 1101101 | 1011000 | 100101 |
Color Harmonies of #2AB30B
Complementary color
Monochromatic Colors of #2AB30B
Black with #2AB30B
Text Example
Text Example
White with #2AB30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB30B; }
p { color: rgb(42,179,11); }
H1.HeaderClassName
{
color: #2AB30B;
}
.AnyTagClassName
{
color: #2AB30B;
}
</style>
background-color css
<style>
a { background-color: #2AB30B; }
a { background-color: rgb(42,179,11); }
div.DivClassName
{
background-color: #2AB30B;
}
.BgClassName
{
background-color: #2AB30B;
}
</style>
border-color css
<style>
span { border-color: #2AB30B; }
span { border-color: rgb(42,179,11); }
td.TdClassName
{
border-color: #2AB30B;
}
.TagClassName
{
border-color: #2AB30B;
}
</style>