Shades of Kelly Green #2CCF08
Tints of Kelly Green #2CCF08
RGB
CMYK
RGB Variations
Color information
#2CCF08 (or 0x2CCF08) is known color: Kelly Green. HEX triplet: 2C, CF and 08. RGB value is (44,207,8). Sum of RGB (Red+Green+Blue) = 44+207+8=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 207 (81.25% from 255 or 79.92% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCF08 is #D330F7. Grayscale: #888888. Windows color (decimal): -13840632 or 577324. OLE color: 577324.
HSL color Cylindrical-coordinate representation of color #2CCF08: hue angle of 109.15º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CCF08 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 207 | 8 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.19 |
| HSL | 109.15º | 0.93% | 0.42% | - |
| HSV(B) | 109.15º | 0.96% | 0.81% | - |
| XYZ | 23.4 | 45.18 | 7.72 | - |
| YUV | 135.58 | 56 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 8 | 0.79 | 0 | 0.96 | 0.19 | 109.15 | 0.93 | 0.42 |
| Hex | 2C | CF | 8 | 4F | 0 | 60 | 13 | 6D | 5D | 2A |
| Octal | 54 | 317 | 10 | 117 | 0 | 140 | 23 | 155 | 135 | 52 |
| Binary | 101100 | 11001111 | 1000 | 1001111 | 0 | 1100000 | 10011 | 1101101 | 1011101 | 101010 |
Color Harmonies of #2CCF08
Complementary color
Monochromatic Colors of #2CCF08
Black with #2CCF08
Text Example
Text Example
White with #2CCF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCF08; }
p { color: rgb(44,207,8); }
H1.HeaderClassName
{
color: #2CCF08;
}
.AnyTagClassName
{
color: #2CCF08;
}
</style>
background-color css
<style>
a { background-color: #2CCF08; }
a { background-color: rgb(44,207,8); }
div.DivClassName
{
background-color: #2CCF08;
}
.BgClassName
{
background-color: #2CCF08;
}
</style>
border-color css
<style>
span { border-color: #2CCF08; }
span { border-color: rgb(44,207,8); }
td.TdClassName
{
border-color: #2CCF08;
}
.TagClassName
{
border-color: #2CCF08;
}
</style>