Shades of Kelly Green #3CDA0B
Tints of Kelly Green #3CDA0B
RGB
CMYK
RGB Variations
Color information
#3CDA0B (or 0x3CDA0B) is known color: Kelly Green. HEX triplet: 3C, DA and 0B. RGB value is (60,218,11). Sum of RGB (Red+Green+Blue) = 60+218+11=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 218 (85.55% from 255 or 75.43% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDA0B is #C325F4. Grayscale: #939393. Windows color (decimal): -12789237 or 776764. OLE color: 776764.
HSL color Cylindrical-coordinate representation of color #3CDA0B: hue angle of 105.8º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CDA0B is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 11 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.15 |
| HSL | 105.8º | 0.9% | 0.45% | - |
| HSV(B) | 105.8º | 0.95% | 0.85% | - |
| XYZ | 27 | 51.13 | 8.76 | - |
| YUV | 147.16 | 51.15 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 11 | 0.72 | 0 | 0.95 | 0.15 | 105.8 | 0.9 | 0.45 |
| Hex | 3C | DA | B | 48 | 0 | 5F | F | 6A | 5A | 2D |
| Octal | 74 | 332 | 13 | 110 | 0 | 137 | 17 | 152 | 132 | 55 |
| Binary | 111100 | 11011010 | 1011 | 1001000 | 0 | 1011111 | 1111 | 1101010 | 1011010 | 101101 |
Color Harmonies of #3CDA0B
Complementary color
Monochromatic Colors of #3CDA0B
Black with #3CDA0B
Text Example
Text Example
White with #3CDA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA0B; }
p { color: rgb(60,218,11); }
H1.HeaderClassName
{
color: #3CDA0B;
}
.AnyTagClassName
{
color: #3CDA0B;
}
</style>
background-color css
<style>
a { background-color: #3CDA0B; }
a { background-color: rgb(60,218,11); }
div.DivClassName
{
background-color: #3CDA0B;
}
.BgClassName
{
background-color: #3CDA0B;
}
</style>
border-color css
<style>
span { border-color: #3CDA0B; }
span { border-color: rgb(60,218,11); }
td.TdClassName
{
border-color: #3CDA0B;
}
.TagClassName
{
border-color: #3CDA0B;
}
</style>