Shades of Kelly Green #3CB801
Tints of Kelly Green #3CB801
RGB
CMYK
RGB Variations
Color information
#3CB801 (or 0x3CB801) is known color: Kelly Green. HEX triplet: 3C, B8 and 01. RGB value is (60,184,1). Sum of RGB (Red+Green+Blue) = 60+184+1=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 184 (72.27% from 255 or 75.10% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB801 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB801 is #C347FE. Grayscale: #7E7E7E. Windows color (decimal): -12797951 or 112700. OLE color: 112700.
HSL color Cylindrical-coordinate representation of color #3CB801: hue angle of 100.66º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CB801 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 184 | 1 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.28 |
| HSL | 100.66º | 0.99% | 0.36% | - |
| HSV(B) | 100.66º | 0.99% | 0.72% | - |
| XYZ | 19.01 | 35.24 | 5.83 | - |
| YUV | 126.06 | 57.42 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 1 | 0.67 | 0 | 0.99 | 0.28 | 100.66 | 0.99 | 0.36 |
| Hex | 3C | B8 | 1 | 43 | 0 | 63 | 1C | 65 | 63 | 24 |
| Octal | 74 | 270 | 1 | 103 | 0 | 143 | 34 | 145 | 143 | 44 |
| Binary | 111100 | 10111000 | 1 | 1000011 | 0 | 1100011 | 11100 | 1100101 | 1100011 | 100100 |
Color Harmonies of #3CB801
Complementary color
Monochromatic Colors of #3CB801
Black with #3CB801
Text Example
Text Example
White with #3CB801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB801; }
p { color: rgb(60,184,1); }
H1.HeaderClassName
{
color: #3CB801;
}
.AnyTagClassName
{
color: #3CB801;
}
</style>
background-color css
<style>
a { background-color: #3CB801; }
a { background-color: rgb(60,184,1); }
div.DivClassName
{
background-color: #3CB801;
}
.BgClassName
{
background-color: #3CB801;
}
</style>
border-color css
<style>
span { border-color: #3CB801; }
span { border-color: rgb(60,184,1); }
td.TdClassName
{
border-color: #3CB801;
}
.TagClassName
{
border-color: #3CB801;
}
</style>