Shades of Kelly Green #2BAD0F
Tints of Kelly Green #2BAD0F
RGB
CMYK
RGB Variations
Color information
#2BAD0F (or 0x2BAD0F) is known color: Kelly Green. HEX triplet: 2B, AD and 0F. RGB value is (43,173,15). Sum of RGB (Red+Green+Blue) = 43+173+15=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 173 (67.97% from 255 or 74.89% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAD0F is #D452F0. Grayscale: #747474. Windows color (decimal): -13914865 or 1027371. OLE color: 1027371.
HSL color Cylindrical-coordinate representation of color #2BAD0F: hue angle of 109.37º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BAD0F is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 15 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.32 |
| HSL | 109.37º | 0.84% | 0.37% | - |
| HSV(B) | 109.37º | 0.91% | 0.68% | - |
| XYZ | 16.03 | 30.44 | 5.48 | - |
| YUV | 116.12 | 70.93 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 15 | 0.75 | 0 | 0.91 | 0.32 | 109.37 | 0.84 | 0.37 |
| Hex | 2B | AD | F | 4B | 0 | 5B | 20 | 6D | 54 | 25 |
| Octal | 53 | 255 | 17 | 113 | 0 | 133 | 40 | 155 | 124 | 45 |
| Binary | 101011 | 10101101 | 1111 | 1001011 | 0 | 1011011 | 100000 | 1101101 | 1010100 | 100101 |
Color Harmonies of #2BAD0F
Complementary color
Monochromatic Colors of #2BAD0F
Black with #2BAD0F
Text Example
Text Example
White with #2BAD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD0F; }
p { color: rgb(43,173,15); }
H1.HeaderClassName
{
color: #2BAD0F;
}
.AnyTagClassName
{
color: #2BAD0F;
}
</style>
background-color css
<style>
a { background-color: #2BAD0F; }
a { background-color: rgb(43,173,15); }
div.DivClassName
{
background-color: #2BAD0F;
}
.BgClassName
{
background-color: #2BAD0F;
}
</style>
border-color css
<style>
span { border-color: #2BAD0F; }
span { border-color: rgb(43,173,15); }
td.TdClassName
{
border-color: #2BAD0F;
}
.TagClassName
{
border-color: #2BAD0F;
}
</style>