Shades of Kelly Green #2BC301
Tints of Kelly Green #2BC301
RGB
CMYK
RGB Variations
Color information
#2BC301 (or 0x2BC301) is known color: Kelly Green. HEX triplet: 2B, C3 and 01. RGB value is (43,195,1). Sum of RGB (Red+Green+Blue) = 43+195+1=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 195 (76.56% from 255 or 81.59% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC301 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC301 is #D43CFE. Grayscale: #808080. Windows color (decimal): -13909247 or 115499. OLE color: 115499.
HSL color Cylindrical-coordinate representation of color #2BC301: hue angle of 107.01º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BC301 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 195 | 1 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.24 |
| HSL | 107.01º | 0.99% | 0.38% | - |
| HSV(B) | 107.01º | 0.99% | 0.76% | - |
| XYZ | 20.52 | 39.55 | 6.58 | - |
| YUV | 127.44 | 56.64 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 195 | 1 | 0.78 | 0 | 0.99 | 0.24 | 107.01 | 0.99 | 0.38 |
| Hex | 2B | C3 | 1 | 4E | 0 | 63 | 18 | 6B | 63 | 26 |
| Octal | 53 | 303 | 1 | 116 | 0 | 143 | 30 | 153 | 143 | 46 |
| Binary | 101011 | 11000011 | 1 | 1001110 | 0 | 1100011 | 11000 | 1101011 | 1100011 | 100110 |
Color Harmonies of #2BC301
Complementary color
Monochromatic Colors of #2BC301
Black with #2BC301
Text Example
Text Example
White with #2BC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC301; }
p { color: rgb(43,195,1); }
H1.HeaderClassName
{
color: #2BC301;
}
.AnyTagClassName
{
color: #2BC301;
}
</style>
background-color css
<style>
a { background-color: #2BC301; }
a { background-color: rgb(43,195,1); }
div.DivClassName
{
background-color: #2BC301;
}
.BgClassName
{
background-color: #2BC301;
}
</style>
border-color css
<style>
span { border-color: #2BC301; }
span { border-color: rgb(43,195,1); }
td.TdClassName
{
border-color: #2BC301;
}
.TagClassName
{
border-color: #2BC301;
}
</style>