Shades of Kelly Green #3FCB12
Tints of Kelly Green #3FCB12
RGB
CMYK
RGB Variations
Color information
#3FCB12 (or 0x3FCB12) is known color: Kelly Green. HEX triplet: 3F, CB and 12. RGB value is (63,203,18). Sum of RGB (Red+Green+Blue) = 63+203+18=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 203 (79.69% from 255 or 71.48% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCB12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCB12 is #C034ED. Grayscale: #8C8C8C. Windows color (decimal): -12596462 or 1231679. OLE color: 1231679.
HSL color Cylindrical-coordinate representation of color #3FCB12: hue angle of 105.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FCB12 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 18 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.20 |
| HSL | 105.41º | 0.84% | 0.43% | - |
| HSV(B) | 105.41º | 0.91% | 0.8% | - |
| XYZ | 23.52 | 43.81 | 7.79 | - |
| YUV | 140.05 | 59.12 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 18 | 0.69 | 0 | 0.91 | 0.20 | 105.41 | 0.84 | 0.43 |
| Hex | 3F | CB | 12 | 45 | 0 | 5B | 14 | 69 | 54 | 2B |
| Octal | 77 | 313 | 22 | 105 | 0 | 133 | 24 | 151 | 124 | 53 |
| Binary | 111111 | 11001011 | 10010 | 1000101 | 0 | 1011011 | 10100 | 1101001 | 1010100 | 101011 |
Color Harmonies of #3FCB12
Complementary color
Monochromatic Colors of #3FCB12
Black with #3FCB12
Text Example
Text Example
White with #3FCB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCB12; }
p { color: rgb(63,203,18); }
H1.HeaderClassName
{
color: #3FCB12;
}
.AnyTagClassName
{
color: #3FCB12;
}
</style>
background-color css
<style>
a { background-color: #3FCB12; }
a { background-color: rgb(63,203,18); }
div.DivClassName
{
background-color: #3FCB12;
}
.BgClassName
{
background-color: #3FCB12;
}
</style>
border-color css
<style>
span { border-color: #3FCB12; }
span { border-color: rgb(63,203,18); }
td.TdClassName
{
border-color: #3FCB12;
}
.TagClassName
{
border-color: #3FCB12;
}
</style>