Shades of Kelly Green #2DBA00
Tints of Kelly Green #2DBA00
RGB
CMYK
RGB Variations
Color information
#2DBA00 (or 0x2DBA00) is known color: Kelly Green. HEX triplet: 2D, BA and 00. RGB value is (45,186,0). Sum of RGB (Red+Green+Blue) = 45+186+0=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 186 (73.05% from 255 or 80.52% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBA00 is #D245FF. Grayscale: #7B7B7B. Windows color (decimal): -13780480 or 47661. OLE color: 47661.
HSL color Cylindrical-coordinate representation of color #2DBA00: hue angle of 105.48º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DBA00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.27 |
| HSL | 105.48º | 1% | 0.36% | - |
| HSV(B) | 105.48º | 1% | 0.73% | - |
| XYZ | 18.64 | 35.68 | 5.9 | - |
| YUV | 122.64 | 58.79 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 0 | 0.76 | 0 | 1 | 0.27 | 105.48 | 1 | 0.36 |
| Hex | 2D | BA | 0 | 4C | 0 | 64 | 1B | 69 | 64 | 24 |
| Octal | 55 | 272 | 0 | 114 | 0 | 144 | 33 | 151 | 144 | 44 |
| Binary | 101101 | 10111010 | 0 | 1001100 | 0 | 1100100 | 11011 | 1101001 | 1100100 | 100100 |
Color Harmonies of #2DBA00
Complementary color
Monochromatic Colors of #2DBA00
Black with #2DBA00
Text Example
Text Example
White with #2DBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBA00; }
p { color: rgb(45,186,0); }
H1.HeaderClassName
{
color: #2DBA00;
}
.AnyTagClassName
{
color: #2DBA00;
}
</style>
background-color css
<style>
a { background-color: #2DBA00; }
a { background-color: rgb(45,186,0); }
div.DivClassName
{
background-color: #2DBA00;
}
.BgClassName
{
background-color: #2DBA00;
}
</style>
border-color css
<style>
span { border-color: #2DBA00; }
span { border-color: rgb(45,186,0); }
td.TdClassName
{
border-color: #2DBA00;
}
.TagClassName
{
border-color: #2DBA00;
}
</style>