Shades of Kelly Green #3CC001
Tints of Kelly Green #3CC001
RGB
CMYK
RGB Variations
Color information
#3CC001 (or 0x3CC001) is known color: Kelly Green. HEX triplet: 3C, C0 and 01. RGB value is (60,192,1). Sum of RGB (Red+Green+Blue) = 60+192+1=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 192 (75.39% from 255 or 75.89% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC001 is #C33FFE. Grayscale: #838383. Windows color (decimal): -12795903 or 114748. OLE color: 114748.
HSL color Cylindrical-coordinate representation of color #3CC001: hue angle of 101.47º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CC001 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 192 | 1 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.25 |
| HSL | 101.47º | 0.99% | 0.38% | - |
| HSV(B) | 101.47º | 0.99% | 0.75% | - |
| XYZ | 20.72 | 38.66 | 6.4 | - |
| YUV | 130.76 | 54.77 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 192 | 1 | 0.69 | 0 | 0.99 | 0.25 | 101.47 | 0.99 | 0.38 |
| Hex | 3C | C0 | 1 | 45 | 0 | 63 | 19 | 65 | 63 | 26 |
| Octal | 74 | 300 | 1 | 105 | 0 | 143 | 31 | 145 | 143 | 46 |
| Binary | 111100 | 11000000 | 1 | 1000101 | 0 | 1100011 | 11001 | 1100101 | 1100011 | 100110 |
Color Harmonies of #3CC001
Complementary color
Monochromatic Colors of #3CC001
Black with #3CC001
Text Example
Text Example
White with #3CC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC001; }
p { color: rgb(60,192,1); }
H1.HeaderClassName
{
color: #3CC001;
}
.AnyTagClassName
{
color: #3CC001;
}
</style>
background-color css
<style>
a { background-color: #3CC001; }
a { background-color: rgb(60,192,1); }
div.DivClassName
{
background-color: #3CC001;
}
.BgClassName
{
background-color: #3CC001;
}
</style>
border-color css
<style>
span { border-color: #3CC001; }
span { border-color: rgb(60,192,1); }
td.TdClassName
{
border-color: #3CC001;
}
.TagClassName
{
border-color: #3CC001;
}
</style>