Shades of Kelly Green #2FD403
Tints of Kelly Green #2FD403
RGB
CMYK
RGB Variations
Color information
#2FD403 (or 0x2FD403) is known color: Kelly Green. HEX triplet: 2F, D4 and 03. RGB value is (47,212,3). Sum of RGB (Red+Green+Blue) = 47+212+3=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 212 (83.20% from 255 or 80.92% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD403 is #D02BFC. Grayscale: #8B8B8B. Windows color (decimal): -13642749 or 250927. OLE color: 250927.
HSL color Cylindrical-coordinate representation of color #2FD403: hue angle of 107.37º 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 #2FD403 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 212 | 3 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.17 |
| HSL | 107.37º | 0.97% | 0.42% | - |
| HSV(B) | 107.37º | 0.99% | 0.83% | - |
| XYZ | 24.73 | 47.7 | 7.99 | - |
| YUV | 138.84 | 51.34 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 212 | 3 | 0.78 | 0 | 0.99 | 0.17 | 107.37 | 0.97 | 0.42 |
| Hex | 2F | D4 | 3 | 4E | 0 | 63 | 11 | 6B | 61 | 2A |
| Octal | 57 | 324 | 3 | 116 | 0 | 143 | 21 | 153 | 141 | 52 |
| Binary | 101111 | 11010100 | 11 | 1001110 | 0 | 1100011 | 10001 | 1101011 | 1100001 | 101010 |
Color Harmonies of #2FD403
Complementary color
Monochromatic Colors of #2FD403
Black with #2FD403
Text Example
Text Example
White with #2FD403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD403; }
p { color: rgb(47,212,3); }
H1.HeaderClassName
{
color: #2FD403;
}
.AnyTagClassName
{
color: #2FD403;
}
</style>
background-color css
<style>
a { background-color: #2FD403; }
a { background-color: rgb(47,212,3); }
div.DivClassName
{
background-color: #2FD403;
}
.BgClassName
{
background-color: #2FD403;
}
</style>
border-color css
<style>
span { border-color: #2FD403; }
span { border-color: rgb(47,212,3); }
td.TdClassName
{
border-color: #2FD403;
}
.TagClassName
{
border-color: #2FD403;
}
</style>