Shades of Kelly Green #2BD002
Tints of Kelly Green #2BD002
RGB
CMYK
RGB Variations
Color information
#2BD002 (or 0x2BD002) is known color: Kelly Green. HEX triplet: 2B, D0 and 02. RGB value is (43,208,2). Sum of RGB (Red+Green+Blue) = 43+208+2=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 208 (81.64% from 255 or 82.21% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD002 is #D42FFD. Grayscale: #878787. Windows color (decimal): -13905918 or 184363. OLE color: 184363.
HSL color Cylindrical-coordinate representation of color #2BD002: hue angle of 108.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BD002 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 208 | 2 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.18 |
| HSL | 108.06º | 0.98% | 0.41% | - |
| HSV(B) | 108.06º | 0.99% | 0.82% | - |
| XYZ | 23.56 | 45.63 | 7.62 | - |
| YUV | 135.18 | 52.84 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 208 | 2 | 0.79 | 0 | 0.99 | 0.18 | 108.06 | 0.98 | 0.41 |
| Hex | 2B | D0 | 2 | 4F | 0 | 63 | 12 | 6C | 62 | 29 |
| Octal | 53 | 320 | 2 | 117 | 0 | 143 | 22 | 154 | 142 | 51 |
| Binary | 101011 | 11010000 | 10 | 1001111 | 0 | 1100011 | 10010 | 1101100 | 1100010 | 101001 |
Color Harmonies of #2BD002
Complementary color
Monochromatic Colors of #2BD002
Black with #2BD002
Text Example
Text Example
White with #2BD002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD002; }
p { color: rgb(43,208,2); }
H1.HeaderClassName
{
color: #2BD002;
}
.AnyTagClassName
{
color: #2BD002;
}
</style>
background-color css
<style>
a { background-color: #2BD002; }
a { background-color: rgb(43,208,2); }
div.DivClassName
{
background-color: #2BD002;
}
.BgClassName
{
background-color: #2BD002;
}
</style>
border-color css
<style>
span { border-color: #2BD002; }
span { border-color: rgb(43,208,2); }
td.TdClassName
{
border-color: #2BD002;
}
.TagClassName
{
border-color: #2BD002;
}
</style>