Shades of Kelly Green #3FD30B
Tints of Kelly Green #3FD30B
RGB
CMYK
RGB Variations
Color information
#3FD30B (or 0x3FD30B) is known color: Kelly Green. HEX triplet: 3F, D3 and 0B. RGB value is (63,211,11). Sum of RGB (Red+Green+Blue) = 63+211+11=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 211 (82.81% from 255 or 74.04% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 211 - color contains mainly: green. Hex color #3FD30B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FD30B is #C02CF4. Grayscale: #909090. Windows color (decimal): -12594421 or 774975. OLE color: 774975.
HSL color Cylindrical-coordinate representation of color #3FD30B: hue angle of 104.4º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3FD30B is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 63 | 211 | 11 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.17 |
| HSL | 104.4º | 0.9% | 0.44% | - |
| HSV(B) | 104.4º | 0.95% | 0.83% | - |
| XYZ | 25.4 | 47.67 | 8.18 | - |
| YUV | 143.95 | 52.97 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 211 | 11 | 0.70 | 0 | 0.95 | 0.17 | 104.4 | 0.9 | 0.44 |
| Hex | 3F | D3 | B | 46 | 0 | 5F | 11 | 68 | 5A | 2C |
| Octal | 77 | 323 | 13 | 106 | 0 | 137 | 21 | 150 | 132 | 54 |
| Binary | 111111 | 11010011 | 1011 | 1000110 | 0 | 1011111 | 10001 | 1101000 | 1011010 | 101100 |
Color Harmonies of #3FD30B
Complementary color
Monochromatic Colors of #3FD30B
Black with #3FD30B
Text Example
Text Example
White with #3FD30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD30B; }
p { color: rgb(63,211,11); }
H1.HeaderClassName
{
color: #3FD30B;
}
.AnyTagClassName
{
color: #3FD30B;
}
</style>
background-color css
<style>
a { background-color: #3FD30B; }
a { background-color: rgb(63,211,11); }
div.DivClassName
{
background-color: #3FD30B;
}
.BgClassName
{
background-color: #3FD30B;
}
</style>
border-color css
<style>
span { border-color: #3FD30B; }
span { border-color: rgb(63,211,11); }
td.TdClassName
{
border-color: #3FD30B;
}
.TagClassName
{
border-color: #3FD30B;
}
</style>