Shades of Kelly Green #2ABF00
Tints of Kelly Green #2ABF00
RGB
CMYK
RGB Variations
Color information
#2ABF00 (or 0x2ABF00) is known color: Kelly Green. HEX triplet: 2A, BF and 00. RGB value is (42,191,0). Sum of RGB (Red+Green+Blue) = 42+191+0=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 191 (75% from 255 or 81.97% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABF00 is #D540FF. Grayscale: #7D7D7D. Windows color (decimal): -13975808 or 48938. OLE color: 48938.
HSL color Cylindrical-coordinate representation of color #2ABF00: hue angle of 106.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2ABF00 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.25 |
| HSL | 106.81º | 1% | 0.37% | - |
| HSV(B) | 106.81º | 1% | 0.75% | - |
| XYZ | 19.59 | 37.75 | 6.25 | - |
| YUV | 124.68 | 57.64 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 0 | 0.78 | 0 | 1 | 0.25 | 106.81 | 1 | 0.37 |
| Hex | 2A | BF | 0 | 4E | 0 | 64 | 19 | 6B | 64 | 25 |
| Octal | 52 | 277 | 0 | 116 | 0 | 144 | 31 | 153 | 144 | 45 |
| Binary | 101010 | 10111111 | 0 | 1001110 | 0 | 1100100 | 11001 | 1101011 | 1100100 | 100101 |
Color Harmonies of #2ABF00
Complementary color
Monochromatic Colors of #2ABF00
Black with #2ABF00
Text Example
Text Example
White with #2ABF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABF00; }
p { color: rgb(42,191,0); }
H1.HeaderClassName
{
color: #2ABF00;
}
.AnyTagClassName
{
color: #2ABF00;
}
</style>
background-color css
<style>
a { background-color: #2ABF00; }
a { background-color: rgb(42,191,0); }
div.DivClassName
{
background-color: #2ABF00;
}
.BgClassName
{
background-color: #2ABF00;
}
</style>
border-color css
<style>
span { border-color: #2ABF00; }
span { border-color: rgb(42,191,0); }
td.TdClassName
{
border-color: #2ABF00;
}
.TagClassName
{
border-color: #2ABF00;
}
</style>