Shades of Kelly Green #2CB80F
Tints of Kelly Green #2CB80F
RGB
CMYK
RGB Variations
Color information
#2CB80F (or 0x2CB80F) is known color: Kelly Green. HEX triplet: 2C, B8 and 0F. RGB value is (44,184,15). Sum of RGB (Red+Green+Blue) = 44+184+15=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 184 (72.27% from 255 or 75.72% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB80F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB80F is #D347F0. Grayscale: #7B7B7B. Windows color (decimal): -13846513 or 1030188. OLE color: 1030188.
HSL color Cylindrical-coordinate representation of color #2CB80F: hue angle of 109.7º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CB80F is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 184 | 15 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.28 |
| HSL | 109.7º | 0.85% | 0.39% | - |
| HSV(B) | 109.7º | 0.92% | 0.72% | - |
| XYZ | 18.27 | 34.85 | 6.22 | - |
| YUV | 122.87 | 67.12 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 184 | 15 | 0.76 | 0 | 0.92 | 0.28 | 109.7 | 0.85 | 0.39 |
| Hex | 2C | B8 | F | 4C | 0 | 5C | 1C | 6E | 55 | 27 |
| Octal | 54 | 270 | 17 | 114 | 0 | 134 | 34 | 156 | 125 | 47 |
| Binary | 101100 | 10111000 | 1111 | 1001100 | 0 | 1011100 | 11100 | 1101110 | 1010101 | 100111 |
Color Harmonies of #2CB80F
Complementary color
Monochromatic Colors of #2CB80F
Black with #2CB80F
Text Example
Text Example
White with #2CB80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB80F; }
p { color: rgb(44,184,15); }
H1.HeaderClassName
{
color: #2CB80F;
}
.AnyTagClassName
{
color: #2CB80F;
}
</style>
background-color css
<style>
a { background-color: #2CB80F; }
a { background-color: rgb(44,184,15); }
div.DivClassName
{
background-color: #2CB80F;
}
.BgClassName
{
background-color: #2CB80F;
}
</style>
border-color css
<style>
span { border-color: #2CB80F; }
span { border-color: rgb(44,184,15); }
td.TdClassName
{
border-color: #2CB80F;
}
.TagClassName
{
border-color: #2CB80F;
}
</style>