Shades of Kelly Green #2BC20F
Tints of Kelly Green #2BC20F
RGB
CMYK
RGB Variations
Color information
#2BC20F (or 0x2BC20F) is known color: Kelly Green. HEX triplet: 2B, C2 and 0F. RGB value is (43,194,15). Sum of RGB (Red+Green+Blue) = 43+194+15=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 194 (76.17% from 255 or 76.98% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC20F is #D43DF0. Grayscale: #818181. Windows color (decimal): -13909489 or 1032747. OLE color: 1032747.
HSL color Cylindrical-coordinate representation of color #2BC20F: hue angle of 110.61º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BC20F is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 194 | 15 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.24 |
| HSL | 110.61º | 0.86% | 0.41% | - |
| HSV(B) | 110.61º | 0.92% | 0.76% | - |
| XYZ | 20.37 | 39.13 | 6.93 | - |
| YUV | 128.45 | 63.97 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 15 | 0.78 | 0 | 0.92 | 0.24 | 110.61 | 0.86 | 0.41 |
| Hex | 2B | C2 | F | 4E | 0 | 5C | 18 | 6F | 56 | 29 |
| Octal | 53 | 302 | 17 | 116 | 0 | 134 | 30 | 157 | 126 | 51 |
| Binary | 101011 | 11000010 | 1111 | 1001110 | 0 | 1011100 | 11000 | 1101111 | 1010110 | 101001 |
Color Harmonies of #2BC20F
Complementary color
Monochromatic Colors of #2BC20F
Black with #2BC20F
Text Example
Text Example
White with #2BC20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC20F; }
p { color: rgb(43,194,15); }
H1.HeaderClassName
{
color: #2BC20F;
}
.AnyTagClassName
{
color: #2BC20F;
}
</style>
background-color css
<style>
a { background-color: #2BC20F; }
a { background-color: rgb(43,194,15); }
div.DivClassName
{
background-color: #2BC20F;
}
.BgClassName
{
background-color: #2BC20F;
}
</style>
border-color css
<style>
span { border-color: #2BC20F; }
span { border-color: rgb(43,194,15); }
td.TdClassName
{
border-color: #2BC20F;
}
.TagClassName
{
border-color: #2BC20F;
}
</style>