Shades of Kelly Green #2CBD01
Tints of Kelly Green #2CBD01
RGB
CMYK
RGB Variations
Color information
#2CBD01 (or 0x2CBD01) is known color: Kelly Green. HEX triplet: 2C, BD and 01. RGB value is (44,189,1). Sum of RGB (Red+Green+Blue) = 44+189+1=234 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.80% from 234); Green value is 189 (74.22% from 255 or 80.77% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBD01 is #D342FE. Grayscale: #7C7C7C. Windows color (decimal): -13845247 or 113964. OLE color: 113964.
HSL color Cylindrical-coordinate representation of color #2CBD01: hue angle of 106.28º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CBD01 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 189 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.26 |
| HSL | 106.28º | 0.99% | 0.37% | - |
| HSV(B) | 106.28º | 0.99% | 0.74% | - |
| XYZ | 19.24 | 36.93 | 6.14 | - |
| YUV | 124.21 | 58.46 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 1 | 0.77 | 0 | 0.99 | 0.26 | 106.28 | 0.99 | 0.37 |
| Hex | 2C | BD | 1 | 4D | 0 | 63 | 1A | 6A | 63 | 25 |
| Octal | 54 | 275 | 1 | 115 | 0 | 143 | 32 | 152 | 143 | 45 |
| Binary | 101100 | 10111101 | 1 | 1001101 | 0 | 1100011 | 11010 | 1101010 | 1100011 | 100101 |
Color Harmonies of #2CBD01
Complementary color
Monochromatic Colors of #2CBD01
Black with #2CBD01
Text Example
Text Example
White with #2CBD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBD01; }
p { color: rgb(44,189,1); }
H1.HeaderClassName
{
color: #2CBD01;
}
.AnyTagClassName
{
color: #2CBD01;
}
</style>
background-color css
<style>
a { background-color: #2CBD01; }
a { background-color: rgb(44,189,1); }
div.DivClassName
{
background-color: #2CBD01;
}
.BgClassName
{
background-color: #2CBD01;
}
</style>
border-color css
<style>
span { border-color: #2CBD01; }
span { border-color: rgb(44,189,1); }
td.TdClassName
{
border-color: #2CBD01;
}
.TagClassName
{
border-color: #2CBD01;
}
</style>