Shades of Kelly Green #2BBF08
Tints of Kelly Green #2BBF08
RGB
CMYK
RGB Variations
Color information
#2BBF08 (or 0x2BBF08) is known color: Kelly Green. HEX triplet: 2B, BF and 08. RGB value is (43,191,8). Sum of RGB (Red+Green+Blue) = 43+191+8=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 191 (75% from 255 or 78.93% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBF08 is #D440F7. Grayscale: #7E7E7E. Windows color (decimal): -13910264 or 573227. OLE color: 573227.
HSL color Cylindrical-coordinate representation of color #2BBF08: hue angle of 108.52º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BBF08 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 191 | 8 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.25 |
| HSL | 108.52º | 0.92% | 0.39% | - |
| HSV(B) | 108.52º | 0.96% | 0.75% | - |
| XYZ | 19.67 | 37.79 | 6.49 | - |
| YUV | 125.89 | 61.47 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 191 | 8 | 0.77 | 0 | 0.96 | 0.25 | 108.52 | 0.92 | 0.39 |
| Hex | 2B | BF | 8 | 4D | 0 | 60 | 19 | 6D | 5C | 27 |
| Octal | 53 | 277 | 10 | 115 | 0 | 140 | 31 | 155 | 134 | 47 |
| Binary | 101011 | 10111111 | 1000 | 1001101 | 0 | 1100000 | 11001 | 1101101 | 1011100 | 100111 |
Color Harmonies of #2BBF08
Complementary color
Monochromatic Colors of #2BBF08
Black with #2BBF08
Text Example
Text Example
White with #2BBF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBF08; }
p { color: rgb(43,191,8); }
H1.HeaderClassName
{
color: #2BBF08;
}
.AnyTagClassName
{
color: #2BBF08;
}
</style>
background-color css
<style>
a { background-color: #2BBF08; }
a { background-color: rgb(43,191,8); }
div.DivClassName
{
background-color: #2BBF08;
}
.BgClassName
{
background-color: #2BBF08;
}
</style>
border-color css
<style>
span { border-color: #2BBF08; }
span { border-color: rgb(43,191,8); }
td.TdClassName
{
border-color: #2BBF08;
}
.TagClassName
{
border-color: #2BBF08;
}
</style>