Shades of Kelly Green #3CCD1B
Tints of Kelly Green #3CCD1B
RGB
CMYK
RGB Variations
Color information
#3CCD1B (or 0x3CCD1B) is known color: Kelly Green. HEX triplet: 3C, CD and 1B. RGB value is (60,205,27). Sum of RGB (Red+Green+Blue) = 60+205+27=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 205 (80.47% from 255 or 70.21% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCD1B is #C332E4. Grayscale: #8D8D8D. Windows color (decimal): -12792549 or 1822012. OLE color: 1822012.
HSL color Cylindrical-coordinate representation of color #3CCD1B: hue angle of 108.88º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CCD1B is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 205 | 27 | - |
| CMYK | 0.71 | 0 | 0.87 | 0.20 |
| HSL | 108.88º | 0.77% | 0.45% | - |
| HSV(B) | 108.88º | 0.87% | 0.8% | - |
| XYZ | 23.89 | 44.7 | 8.41 | - |
| YUV | 141.35 | 63.46 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 27 | 0.71 | 0 | 0.87 | 0.20 | 108.88 | 0.77 | 0.45 |
| Hex | 3C | CD | 1B | 47 | 0 | 57 | 14 | 6D | 4D | 2D |
| Octal | 74 | 315 | 33 | 107 | 0 | 127 | 24 | 155 | 115 | 55 |
| Binary | 111100 | 11001101 | 11011 | 1000111 | 0 | 1010111 | 10100 | 1101101 | 1001101 | 101101 |
Color Harmonies of #3CCD1B
Complementary color
Monochromatic Colors of #3CCD1B
Black with #3CCD1B
Text Example
Text Example
White with #3CCD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCD1B; }
p { color: rgb(60,205,27); }
H1.HeaderClassName
{
color: #3CCD1B;
}
.AnyTagClassName
{
color: #3CCD1B;
}
</style>
background-color css
<style>
a { background-color: #3CCD1B; }
a { background-color: rgb(60,205,27); }
div.DivClassName
{
background-color: #3CCD1B;
}
.BgClassName
{
background-color: #3CCD1B;
}
</style>
border-color css
<style>
span { border-color: #3CCD1B; }
span { border-color: rgb(60,205,27); }
td.TdClassName
{
border-color: #3CCD1B;
}
.TagClassName
{
border-color: #3CCD1B;
}
</style>