Shades of Kelly Green #2BD308
Tints of Kelly Green #2BD308
RGB
CMYK
RGB Variations
Color information
#2BD308 (or 0x2BD308) is known color: Kelly Green. HEX triplet: 2B, D3 and 08. RGB value is (43,211,8). Sum of RGB (Red+Green+Blue) = 43+211+8=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 211 (82.81% from 255 or 80.53% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD308 is #D42CF7. Grayscale: #8A8A8A. Windows color (decimal): -13905144 or 578347. OLE color: 578347.
HSL color Cylindrical-coordinate representation of color #2BD308: hue angle of 109.66º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BD308 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 211 | 8 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.17 |
| HSL | 109.66º | 0.93% | 0.43% | - |
| HSV(B) | 109.66º | 0.96% | 0.83% | - |
| XYZ | 24.33 | 47.12 | 8.04 | - |
| YUV | 137.63 | 54.84 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 211 | 8 | 0.80 | 0 | 0.96 | 0.17 | 109.66 | 0.93 | 0.43 |
| Hex | 2B | D3 | 8 | 50 | 0 | 60 | 11 | 6E | 5D | 2B |
| Octal | 53 | 323 | 10 | 120 | 0 | 140 | 21 | 156 | 135 | 53 |
| Binary | 101011 | 11010011 | 1000 | 1010000 | 0 | 1100000 | 10001 | 1101110 | 1011101 | 101011 |
Color Harmonies of #2BD308
Complementary color
Monochromatic Colors of #2BD308
Black with #2BD308
Text Example
Text Example
White with #2BD308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD308; }
p { color: rgb(43,211,8); }
H1.HeaderClassName
{
color: #2BD308;
}
.AnyTagClassName
{
color: #2BD308;
}
</style>
background-color css
<style>
a { background-color: #2BD308; }
a { background-color: rgb(43,211,8); }
div.DivClassName
{
background-color: #2BD308;
}
.BgClassName
{
background-color: #2BD308;
}
</style>
border-color css
<style>
span { border-color: #2BD308; }
span { border-color: rgb(43,211,8); }
td.TdClassName
{
border-color: #2BD308;
}
.TagClassName
{
border-color: #2BD308;
}
</style>