Shades of Kelly Green #2CCF0A
Tints of Kelly Green #2CCF0A
RGB
CMYK
RGB Variations
Color information
#2CCF0A (or 0x2CCF0A) is known color: Kelly Green. HEX triplet: 2C, CF and 0A. RGB value is (44,207,10). Sum of RGB (Red+Green+Blue) = 44+207+10=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 207 (81.25% from 255 or 79.31% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCF0A is #D330F5. Grayscale: #888888. Windows color (decimal): -13840630 or 708396. OLE color: 708396.
HSL color Cylindrical-coordinate representation of color #2CCF0A: hue angle of 109.64º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2CCF0A is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 207 | 10 | - |
| CMYK | 0.79 | 0 | 0.95 | 0.19 |
| HSL | 109.64º | 0.91% | 0.43% | - |
| HSV(B) | 109.64º | 0.95% | 0.81% | - |
| XYZ | 23.41 | 45.18 | 7.77 | - |
| YUV | 135.81 | 57 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 10 | 0.79 | 0 | 0.95 | 0.19 | 109.64 | 0.91 | 0.43 |
| Hex | 2C | CF | A | 4F | 0 | 5F | 13 | 6E | 5B | 2B |
| Octal | 54 | 317 | 12 | 117 | 0 | 137 | 23 | 156 | 133 | 53 |
| Binary | 101100 | 11001111 | 1010 | 1001111 | 0 | 1011111 | 10011 | 1101110 | 1011011 | 101011 |
Color Harmonies of #2CCF0A
Complementary color
Monochromatic Colors of #2CCF0A
Black with #2CCF0A
Text Example
Text Example
White with #2CCF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCF0A; }
p { color: rgb(44,207,10); }
H1.HeaderClassName
{
color: #2CCF0A;
}
.AnyTagClassName
{
color: #2CCF0A;
}
</style>
background-color css
<style>
a { background-color: #2CCF0A; }
a { background-color: rgb(44,207,10); }
div.DivClassName
{
background-color: #2CCF0A;
}
.BgClassName
{
background-color: #2CCF0A;
}
</style>
border-color css
<style>
span { border-color: #2CCF0A; }
span { border-color: rgb(44,207,10); }
td.TdClassName
{
border-color: #2CCF0A;
}
.TagClassName
{
border-color: #2CCF0A;
}
</style>