Shades of Kelly Green #2BD404
Tints of Kelly Green #2BD404
RGB
CMYK
RGB Variations
Color information
#2BD404 (or 0x2BD404) is known color: Kelly Green. HEX triplet: 2B, D4 and 04. RGB value is (43,212,4). Sum of RGB (Red+Green+Blue) = 43+212+4=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 212 (83.20% from 255 or 81.85% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD404 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD404 is #D42BFB. Grayscale: #8A8A8A. Windows color (decimal): -13904892 or 316459. OLE color: 316459.
HSL color Cylindrical-coordinate representation of color #2BD404: hue angle of 108.75º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BD404 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 212 | 4 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.17 |
| HSL | 108.75º | 0.96% | 0.42% | - |
| HSV(B) | 108.75º | 0.98% | 0.83% | - |
| XYZ | 24.56 | 47.61 | 8.01 | - |
| YUV | 137.76 | 52.51 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 212 | 4 | 0.80 | 0 | 0.98 | 0.17 | 108.75 | 0.96 | 0.42 |
| Hex | 2B | D4 | 4 | 50 | 0 | 62 | 11 | 6D | 60 | 2A |
| Octal | 53 | 324 | 4 | 120 | 0 | 142 | 21 | 155 | 140 | 52 |
| Binary | 101011 | 11010100 | 100 | 1010000 | 0 | 1100010 | 10001 | 1101101 | 1100000 | 101010 |
Color Harmonies of #2BD404
Complementary color
Monochromatic Colors of #2BD404
Black with #2BD404
Text Example
Text Example
White with #2BD404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD404; }
p { color: rgb(43,212,4); }
H1.HeaderClassName
{
color: #2BD404;
}
.AnyTagClassName
{
color: #2BD404;
}
</style>
background-color css
<style>
a { background-color: #2BD404; }
a { background-color: rgb(43,212,4); }
div.DivClassName
{
background-color: #2BD404;
}
.BgClassName
{
background-color: #2BD404;
}
</style>
border-color css
<style>
span { border-color: #2BD404; }
span { border-color: rgb(43,212,4); }
td.TdClassName
{
border-color: #2BD404;
}
.TagClassName
{
border-color: #2BD404;
}
</style>