Shades of Kelly Green #2FD305
Tints of Kelly Green #2FD305
RGB
CMYK
RGB Variations
Color information
#2FD305 (or 0x2FD305) is known color: Kelly Green. HEX triplet: 2F, D3 and 05. RGB value is (47,211,5). Sum of RGB (Red+Green+Blue) = 47+211+5=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 211 (82.81% from 255 or 80.23% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 211 - color contains mainly: green. Hex color #2FD305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD305 is #D02CFA. Grayscale: #8B8B8B. Windows color (decimal): -13643003 or 381743. OLE color: 381743.
HSL color Cylindrical-coordinate representation of color #2FD305: hue angle of 107.77º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FD305 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 211 | 5 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.17 |
| HSL | 107.77º | 0.95% | 0.42% | - |
| HSV(B) | 107.77º | 0.98% | 0.83% | - |
| XYZ | 24.49 | 47.2 | 7.96 | - |
| YUV | 138.48 | 52.67 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 211 | 5 | 0.78 | 0 | 0.98 | 0.17 | 107.77 | 0.95 | 0.42 |
| Hex | 2F | D3 | 5 | 4E | 0 | 62 | 11 | 6C | 5F | 2A |
| Octal | 57 | 323 | 5 | 116 | 0 | 142 | 21 | 154 | 137 | 52 |
| Binary | 101111 | 11010011 | 101 | 1001110 | 0 | 1100010 | 10001 | 1101100 | 1011111 | 101010 |
Color Harmonies of #2FD305
Complementary color
Monochromatic Colors of #2FD305
Black with #2FD305
Text Example
Text Example
White with #2FD305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD305; }
p { color: rgb(47,211,5); }
H1.HeaderClassName
{
color: #2FD305;
}
.AnyTagClassName
{
color: #2FD305;
}
</style>
background-color css
<style>
a { background-color: #2FD305; }
a { background-color: rgb(47,211,5); }
div.DivClassName
{
background-color: #2FD305;
}
.BgClassName
{
background-color: #2FD305;
}
</style>
border-color css
<style>
span { border-color: #2FD305; }
span { border-color: rgb(47,211,5); }
td.TdClassName
{
border-color: #2FD305;
}
.TagClassName
{
border-color: #2FD305;
}
</style>