Shades of Kelly Green #2BB314
Tints of Kelly Green #2BB314
RGB
CMYK
RGB Variations
Color information
#2BB314 (or 0x2BB314) is known color: Kelly Green. HEX triplet: 2B, B3 and 14. RGB value is (43,179,20). Sum of RGB (Red+Green+Blue) = 43+179+20=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 179 (70.31% from 255 or 73.97% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB314 is #D44CEB. Grayscale: #787878. Windows color (decimal): -13913324 or 1356587. OLE color: 1356587.
HSL color Cylindrical-coordinate representation of color #2BB314: hue angle of 111.32º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BB314 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 179 | 20 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.30 |
| HSL | 111.32º | 0.8% | 0.39% | - |
| HSV(B) | 111.32º | 0.89% | 0.7% | - |
| XYZ | 17.24 | 32.8 | 6.08 | - |
| YUV | 120.21 | 71.44 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 179 | 20 | 0.76 | 0 | 0.89 | 0.30 | 111.32 | 0.8 | 0.39 |
| Hex | 2B | B3 | 14 | 4C | 0 | 59 | 1E | 6F | 50 | 27 |
| Octal | 53 | 263 | 24 | 114 | 0 | 131 | 36 | 157 | 120 | 47 |
| Binary | 101011 | 10110011 | 10100 | 1001100 | 0 | 1011001 | 11110 | 1101111 | 1010000 | 100111 |
Color Harmonies of #2BB314
Complementary color
Monochromatic Colors of #2BB314
Black with #2BB314
Text Example
Text Example
White with #2BB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB314; }
p { color: rgb(43,179,20); }
H1.HeaderClassName
{
color: #2BB314;
}
.AnyTagClassName
{
color: #2BB314;
}
</style>
background-color css
<style>
a { background-color: #2BB314; }
a { background-color: rgb(43,179,20); }
div.DivClassName
{
background-color: #2BB314;
}
.BgClassName
{
background-color: #2BB314;
}
</style>
border-color css
<style>
span { border-color: #2BB314; }
span { border-color: rgb(43,179,20); }
td.TdClassName
{
border-color: #2BB314;
}
.TagClassName
{
border-color: #2BB314;
}
</style>