Shades of Kelly Green #2CB308
Tints of Kelly Green #2CB308
RGB
CMYK
RGB Variations
Color information
#2CB308 (or 0x2CB308) is known color: Kelly Green. HEX triplet: 2C, B3 and 08. RGB value is (44,179,8). Sum of RGB (Red+Green+Blue) = 44+179+8=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 179 (70.31% from 255 or 77.49% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB308 is #D34CF7. Grayscale: #777777. Windows color (decimal): -13847800 or 570156. OLE color: 570156.
HSL color Cylindrical-coordinate representation of color #2CB308: hue angle of 107.37º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CB308 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 8 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.30 |
| HSL | 107.37º | 0.91% | 0.37% | - |
| HSV(B) | 107.37º | 0.96% | 0.7% | - |
| XYZ | 17.2 | 32.79 | 5.65 | - |
| YUV | 119.14 | 65.27 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 8 | 0.75 | 0 | 0.96 | 0.30 | 107.37 | 0.91 | 0.37 |
| Hex | 2C | B3 | 8 | 4B | 0 | 60 | 1E | 6B | 5B | 25 |
| Octal | 54 | 263 | 10 | 113 | 0 | 140 | 36 | 153 | 133 | 45 |
| Binary | 101100 | 10110011 | 1000 | 1001011 | 0 | 1100000 | 11110 | 1101011 | 1011011 | 100101 |
Color Harmonies of #2CB308
Complementary color
Monochromatic Colors of #2CB308
Black with #2CB308
Text Example
Text Example
White with #2CB308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB308; }
p { color: rgb(44,179,8); }
H1.HeaderClassName
{
color: #2CB308;
}
.AnyTagClassName
{
color: #2CB308;
}
</style>
background-color css
<style>
a { background-color: #2CB308; }
a { background-color: rgb(44,179,8); }
div.DivClassName
{
background-color: #2CB308;
}
.BgClassName
{
background-color: #2CB308;
}
</style>
border-color css
<style>
span { border-color: #2CB308; }
span { border-color: rgb(44,179,8); }
td.TdClassName
{
border-color: #2CB308;
}
.TagClassName
{
border-color: #2CB308;
}
</style>