Shades of Kelly Green #2BC50D
Tints of Kelly Green #2BC50D
RGB
CMYK
RGB Variations
Color information
#2BC50D (or 0x2BC50D) is known color: Kelly Green. HEX triplet: 2B, C5 and 0D. RGB value is (43,197,13). Sum of RGB (Red+Green+Blue) = 43+197+13=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 197 (77.34% from 255 or 77.87% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC50D is #D43AF2. Grayscale: #828282. Windows color (decimal): -13908723 or 902443. OLE color: 902443.
HSL color Cylindrical-coordinate representation of color #2BC50D: hue angle of 110.22º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BC50D is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 197 | 13 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.23 |
| HSL | 110.22º | 0.88% | 0.41% | - |
| HSV(B) | 110.22º | 0.93% | 0.77% | - |
| XYZ | 21.04 | 40.48 | 7.08 | - |
| YUV | 129.98 | 61.98 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 197 | 13 | 0.78 | 0 | 0.93 | 0.23 | 110.22 | 0.88 | 0.41 |
| Hex | 2B | C5 | D | 4E | 0 | 5D | 17 | 6E | 58 | 29 |
| Octal | 53 | 305 | 15 | 116 | 0 | 135 | 27 | 156 | 130 | 51 |
| Binary | 101011 | 11000101 | 1101 | 1001110 | 0 | 1011101 | 10111 | 1101110 | 1011000 | 101001 |
Color Harmonies of #2BC50D
Complementary color
Monochromatic Colors of #2BC50D
Black with #2BC50D
Text Example
Text Example
White with #2BC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC50D; }
p { color: rgb(43,197,13); }
H1.HeaderClassName
{
color: #2BC50D;
}
.AnyTagClassName
{
color: #2BC50D;
}
</style>
background-color css
<style>
a { background-color: #2BC50D; }
a { background-color: rgb(43,197,13); }
div.DivClassName
{
background-color: #2BC50D;
}
.BgClassName
{
background-color: #2BC50D;
}
</style>
border-color css
<style>
span { border-color: #2BC50D; }
span { border-color: rgb(43,197,13); }
td.TdClassName
{
border-color: #2BC50D;
}
.TagClassName
{
border-color: #2BC50D;
}
</style>