Shades of Kelly Green #2BAF02
Tints of Kelly Green #2BAF02
RGB
CMYK
RGB Variations
Color information
#2BAF02 (or 0x2BAF02) is known color: Kelly Green. HEX triplet: 2B, AF and 02. RGB value is (43,175,2). Sum of RGB (Red+Green+Blue) = 43+175+2=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 175 (68.75% from 255 or 79.55% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAF02 is #D450FD. Grayscale: #747474. Windows color (decimal): -13914366 or 175915. OLE color: 175915.
HSL color Cylindrical-coordinate representation of color #2BAF02: hue angle of 105.78º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BAF02 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 175 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.31 |
| HSL | 105.78º | 0.98% | 0.35% | - |
| HSV(B) | 105.78º | 0.99% | 0.69% | - |
| XYZ | 16.34 | 31.18 | 5.21 | - |
| YUV | 115.81 | 63.77 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 2 | 0.75 | 0 | 0.99 | 0.31 | 105.78 | 0.98 | 0.35 |
| Hex | 2B | AF | 2 | 4B | 0 | 63 | 1F | 6A | 62 | 23 |
| Octal | 53 | 257 | 2 | 113 | 0 | 143 | 37 | 152 | 142 | 43 |
| Binary | 101011 | 10101111 | 10 | 1001011 | 0 | 1100011 | 11111 | 1101010 | 1100010 | 100011 |
Color Harmonies of #2BAF02
Complementary color
Monochromatic Colors of #2BAF02
Black with #2BAF02
Text Example
Text Example
White with #2BAF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAF02; }
p { color: rgb(43,175,2); }
H1.HeaderClassName
{
color: #2BAF02;
}
.AnyTagClassName
{
color: #2BAF02;
}
</style>
background-color css
<style>
a { background-color: #2BAF02; }
a { background-color: rgb(43,175,2); }
div.DivClassName
{
background-color: #2BAF02;
}
.BgClassName
{
background-color: #2BAF02;
}
</style>
border-color css
<style>
span { border-color: #2BAF02; }
span { border-color: rgb(43,175,2); }
td.TdClassName
{
border-color: #2BAF02;
}
.TagClassName
{
border-color: #2BAF02;
}
</style>