Shades of Kelly Green #2BD007
Tints of Kelly Green #2BD007
RGB
CMYK
RGB Variations
Color information
#2BD007 (or 0x2BD007) is known color: Kelly Green. HEX triplet: 2B, D0 and 07. RGB value is (43,208,7). Sum of RGB (Red+Green+Blue) = 43+208+7=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 208 (81.64% from 255 or 80.62% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD007 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD007 is #D42FF8. Grayscale: #888888. Windows color (decimal): -13905913 or 512043. OLE color: 512043.
HSL color Cylindrical-coordinate representation of color #2BD007: hue angle of 109.25º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BD007 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 208 | 7 | - |
| CMYK | 0.79 | 0 | 0.97 | 0.18 |
| HSL | 109.25º | 0.93% | 0.42% | - |
| HSV(B) | 109.25º | 0.97% | 0.82% | - |
| XYZ | 23.59 | 45.64 | 7.77 | - |
| YUV | 135.75 | 55.34 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 208 | 7 | 0.79 | 0 | 0.97 | 0.18 | 109.25 | 0.93 | 0.42 |
| Hex | 2B | D0 | 7 | 4F | 0 | 61 | 12 | 6D | 5D | 2A |
| Octal | 53 | 320 | 7 | 117 | 0 | 141 | 22 | 155 | 135 | 52 |
| Binary | 101011 | 11010000 | 111 | 1001111 | 0 | 1100001 | 10010 | 1101101 | 1011101 | 101010 |
Color Harmonies of #2BD007
Complementary color
Monochromatic Colors of #2BD007
Black with #2BD007
Text Example
Text Example
White with #2BD007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD007; }
p { color: rgb(43,208,7); }
H1.HeaderClassName
{
color: #2BD007;
}
.AnyTagClassName
{
color: #2BD007;
}
</style>
background-color css
<style>
a { background-color: #2BD007; }
a { background-color: rgb(43,208,7); }
div.DivClassName
{
background-color: #2BD007;
}
.BgClassName
{
background-color: #2BD007;
}
</style>
border-color css
<style>
span { border-color: #2BD007; }
span { border-color: rgb(43,208,7); }
td.TdClassName
{
border-color: #2BD007;
}
.TagClassName
{
border-color: #2BD007;
}
</style>