Shades of Kelly Green #2ABF01
Tints of Kelly Green #2ABF01
RGB
CMYK
RGB Variations
Color information
#2ABF01 (or 0x2ABF01) is known color: Kelly Green. HEX triplet: 2A, BF and 01. RGB value is (42,191,1). Sum of RGB (Red+Green+Blue) = 42+191+1=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 191 (75% from 255 or 81.62% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABF01 is #D540FE. Grayscale: #7D7D7D. Windows color (decimal): -13975807 or 114474. OLE color: 114474.
HSL color Cylindrical-coordinate representation of color #2ABF01: hue angle of 107.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2ABF01 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 1 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.25 |
| HSL | 107.05º | 0.99% | 0.38% | - |
| HSV(B) | 107.05º | 0.99% | 0.75% | - |
| XYZ | 19.59 | 37.76 | 6.28 | - |
| YUV | 124.79 | 58.14 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 1 | 0.78 | 0 | 0.99 | 0.25 | 107.05 | 0.99 | 0.38 |
| Hex | 2A | BF | 1 | 4E | 0 | 63 | 19 | 6B | 63 | 26 |
| Octal | 52 | 277 | 1 | 116 | 0 | 143 | 31 | 153 | 143 | 46 |
| Binary | 101010 | 10111111 | 1 | 1001110 | 0 | 1100011 | 11001 | 1101011 | 1100011 | 100110 |
Color Harmonies of #2ABF01
Complementary color
Monochromatic Colors of #2ABF01
Black with #2ABF01
Text Example
Text Example
White with #2ABF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABF01; }
p { color: rgb(42,191,1); }
H1.HeaderClassName
{
color: #2ABF01;
}
.AnyTagClassName
{
color: #2ABF01;
}
</style>
background-color css
<style>
a { background-color: #2ABF01; }
a { background-color: rgb(42,191,1); }
div.DivClassName
{
background-color: #2ABF01;
}
.BgClassName
{
background-color: #2ABF01;
}
</style>
border-color css
<style>
span { border-color: #2ABF01; }
span { border-color: rgb(42,191,1); }
td.TdClassName
{
border-color: #2ABF01;
}
.TagClassName
{
border-color: #2ABF01;
}
</style>