Shades of Kelly Green #2CD403
Tints of Kelly Green #2CD403
RGB
CMYK
RGB Variations
Color information
#2CD403 (or 0x2CD403) is known color: Kelly Green. HEX triplet: 2C, D4 and 03. RGB value is (44,212,3). Sum of RGB (Red+Green+Blue) = 44+212+3=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 212 (83.20% from 255 or 81.85% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 212 - color contains mainly: green. Hex color #2CD403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD403 is #D32BFC. Grayscale: #8A8A8A. Windows color (decimal): -13839357 or 250924. OLE color: 250924.
HSL color Cylindrical-coordinate representation of color #2CD403: hue angle of 108.23º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CD403 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 44 | 212 | 3 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.17 |
| HSL | 108.23º | 0.97% | 0.42% | - |
| HSV(B) | 108.23º | 0.99% | 0.83% | - |
| XYZ | 24.6 | 47.63 | 7.98 | - |
| YUV | 137.94 | 51.84 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 212 | 3 | 0.79 | 0 | 0.99 | 0.17 | 108.23 | 0.97 | 0.42 |
| Hex | 2C | D4 | 3 | 4F | 0 | 63 | 11 | 6C | 61 | 2A |
| Octal | 54 | 324 | 3 | 117 | 0 | 143 | 21 | 154 | 141 | 52 |
| Binary | 101100 | 11010100 | 11 | 1001111 | 0 | 1100011 | 10001 | 1101100 | 1100001 | 101010 |
Color Harmonies of #2CD403
Complementary color
Monochromatic Colors of #2CD403
Black with #2CD403
Text Example
Text Example
White with #2CD403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD403; }
p { color: rgb(44,212,3); }
H1.HeaderClassName
{
color: #2CD403;
}
.AnyTagClassName
{
color: #2CD403;
}
</style>
background-color css
<style>
a { background-color: #2CD403; }
a { background-color: rgb(44,212,3); }
div.DivClassName
{
background-color: #2CD403;
}
.BgClassName
{
background-color: #2CD403;
}
</style>
border-color css
<style>
span { border-color: #2CD403; }
span { border-color: rgb(44,212,3); }
td.TdClassName
{
border-color: #2CD403;
}
.TagClassName
{
border-color: #2CD403;
}
</style>