Shades of Kelly Green #2BCB05
Tints of Kelly Green #2BCB05
RGB
CMYK
RGB Variations
Color information
#2BCB05 (or 0x2BCB05) is known color: Kelly Green. HEX triplet: 2B, CB and 05. RGB value is (43,203,5). Sum of RGB (Red+Green+Blue) = 43+203+5=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 203 (79.69% from 255 or 80.88% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 203 - color contains mainly: green. Hex color #2BCB05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCB05 is #D434FA. Grayscale: #858585. Windows color (decimal): -13907195 or 379691. OLE color: 379691.
HSL color Cylindrical-coordinate representation of color #2BCB05: hue angle of 108.48º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BCB05 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 203 | 5 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.20 |
| HSL | 108.48º | 0.95% | 0.41% | - |
| HSV(B) | 108.48º | 0.98% | 0.8% | - |
| XYZ | 22.38 | 43.24 | 7.31 | - |
| YUV | 132.59 | 55.99 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 203 | 5 | 0.79 | 0 | 0.98 | 0.20 | 108.48 | 0.95 | 0.41 |
| Hex | 2B | CB | 5 | 4F | 0 | 62 | 14 | 6C | 5F | 29 |
| Octal | 53 | 313 | 5 | 117 | 0 | 142 | 24 | 154 | 137 | 51 |
| Binary | 101011 | 11001011 | 101 | 1001111 | 0 | 1100010 | 10100 | 1101100 | 1011111 | 101001 |
Color Harmonies of #2BCB05
Complementary color
Monochromatic Colors of #2BCB05
Black with #2BCB05
Text Example
Text Example
White with #2BCB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCB05; }
p { color: rgb(43,203,5); }
H1.HeaderClassName
{
color: #2BCB05;
}
.AnyTagClassName
{
color: #2BCB05;
}
</style>
background-color css
<style>
a { background-color: #2BCB05; }
a { background-color: rgb(43,203,5); }
div.DivClassName
{
background-color: #2BCB05;
}
.BgClassName
{
background-color: #2BCB05;
}
</style>
border-color css
<style>
span { border-color: #2BCB05; }
span { border-color: rgb(43,203,5); }
td.TdClassName
{
border-color: #2BCB05;
}
.TagClassName
{
border-color: #2BCB05;
}
</style>