Shades of Kelly Green #2DCB0B
Tints of Kelly Green #2DCB0B
RGB
CMYK
RGB Variations
Color information
#2DCB0B (or 0x2DCB0B) is known color: Kelly Green. HEX triplet: 2D, CB and 0B. RGB value is (45,203,11). Sum of RGB (Red+Green+Blue) = 45+203+11=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 203 (79.69% from 255 or 78.38% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCB0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCB0B is #D234F4. Grayscale: #868686. Windows color (decimal): -13776117 or 772909. OLE color: 772909.
HSL color Cylindrical-coordinate representation of color #2DCB0B: hue angle of 109.38º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2DCB0B is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 203 | 11 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.20 |
| HSL | 109.38º | 0.9% | 0.42% | - |
| HSV(B) | 109.38º | 0.95% | 0.8% | - |
| XYZ | 22.5 | 43.29 | 7.49 | - |
| YUV | 133.87 | 58.65 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 11 | 0.78 | 0 | 0.95 | 0.20 | 109.38 | 0.9 | 0.42 |
| Hex | 2D | CB | B | 4E | 0 | 5F | 14 | 6D | 5A | 2A |
| Octal | 55 | 313 | 13 | 116 | 0 | 137 | 24 | 155 | 132 | 52 |
| Binary | 101101 | 11001011 | 1011 | 1001110 | 0 | 1011111 | 10100 | 1101101 | 1011010 | 101010 |
Color Harmonies of #2DCB0B
Complementary color
Monochromatic Colors of #2DCB0B
Black with #2DCB0B
Text Example
Text Example
White with #2DCB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCB0B; }
p { color: rgb(45,203,11); }
H1.HeaderClassName
{
color: #2DCB0B;
}
.AnyTagClassName
{
color: #2DCB0B;
}
</style>
background-color css
<style>
a { background-color: #2DCB0B; }
a { background-color: rgb(45,203,11); }
div.DivClassName
{
background-color: #2DCB0B;
}
.BgClassName
{
background-color: #2DCB0B;
}
</style>
border-color css
<style>
span { border-color: #2DCB0B; }
span { border-color: rgb(45,203,11); }
td.TdClassName
{
border-color: #2DCB0B;
}
.TagClassName
{
border-color: #2DCB0B;
}
</style>