Shades of Kelly Green #3DCB01
Tints of Kelly Green #3DCB01
RGB
CMYK
RGB Variations
Color information
#3DCB01 (or 0x3DCB01) is known color: Kelly Green. HEX triplet: 3D, CB and 01. RGB value is (61,203,1). Sum of RGB (Red+Green+Blue) = 61+203+1=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 203 (79.69% from 255 or 76.60% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCB01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DCB01 is #C234FE. Grayscale: #8A8A8A. Windows color (decimal): -12727551 or 117565. OLE color: 117565.
HSL color Cylindrical-coordinate representation of color #3DCB01: hue angle of 102.18º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DCB01 is Cyan = 0.70, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 203 | 1 | - |
| CMYK | 0.70 | 0 | 1.00 | 0.20 |
| HSL | 102.18º | 0.99% | 0.4% | - |
| HSV(B) | 102.18º | 1% | 0.8% | - |
| XYZ | 23.29 | 43.71 | 7.24 | - |
| YUV | 137.51 | 50.96 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 1 | 0.70 | 0 | 1.00 | 0.20 | 102.18 | 0.99 | 0.4 |
| Hex | 3D | CB | 1 | 46 | 0 | 64 | 14 | 66 | 63 | 28 |
| Octal | 75 | 313 | 1 | 106 | 0 | 144 | 24 | 146 | 143 | 50 |
| Binary | 111101 | 11001011 | 1 | 1000110 | 0 | 1100100 | 10100 | 1100110 | 1100011 | 101000 |
Color Harmonies of #3DCB01
Complementary color
Monochromatic Colors of #3DCB01
Black with #3DCB01
Text Example
Text Example
White with #3DCB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCB01; }
p { color: rgb(61,203,1); }
H1.HeaderClassName
{
color: #3DCB01;
}
.AnyTagClassName
{
color: #3DCB01;
}
</style>
background-color css
<style>
a { background-color: #3DCB01; }
a { background-color: rgb(61,203,1); }
div.DivClassName
{
background-color: #3DCB01;
}
.BgClassName
{
background-color: #3DCB01;
}
</style>
border-color css
<style>
span { border-color: #3DCB01; }
span { border-color: rgb(61,203,1); }
td.TdClassName
{
border-color: #3DCB01;
}
.TagClassName
{
border-color: #3DCB01;
}
</style>