Shades of Kelly Green #3DCE14
Tints of Kelly Green #3DCE14
RGB
CMYK
RGB Variations
Color information
#3DCE14 (or 0x3DCE14) is known color: Kelly Green. HEX triplet: 3D, CE and 14. RGB value is (61,206,20). Sum of RGB (Red+Green+Blue) = 61+206+20=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 206 (80.86% from 255 or 71.78% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DCE14 is #C231EB. Grayscale: #8E8E8E. Windows color (decimal): -12726764 or 1363517. OLE color: 1363517.
HSL color Cylindrical-coordinate representation of color #3DCE14: hue angle of 106.77º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DCE14 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 20 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.19 |
| HSL | 106.77º | 0.82% | 0.44% | - |
| HSV(B) | 106.77º | 0.9% | 0.81% | - |
| XYZ | 24.12 | 45.19 | 8.11 | - |
| YUV | 141.44 | 59.46 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 20 | 0.70 | 0 | 0.90 | 0.19 | 106.77 | 0.82 | 0.44 |
| Hex | 3D | CE | 14 | 46 | 0 | 5A | 13 | 6B | 52 | 2C |
| Octal | 75 | 316 | 24 | 106 | 0 | 132 | 23 | 153 | 122 | 54 |
| Binary | 111101 | 11001110 | 10100 | 1000110 | 0 | 1011010 | 10011 | 1101011 | 1010010 | 101100 |
Color Harmonies of #3DCE14
Complementary color
Monochromatic Colors of #3DCE14
Black with #3DCE14
Text Example
Text Example
White with #3DCE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCE14; }
p { color: rgb(61,206,20); }
H1.HeaderClassName
{
color: #3DCE14;
}
.AnyTagClassName
{
color: #3DCE14;
}
</style>
background-color css
<style>
a { background-color: #3DCE14; }
a { background-color: rgb(61,206,20); }
div.DivClassName
{
background-color: #3DCE14;
}
.BgClassName
{
background-color: #3DCE14;
}
</style>
border-color css
<style>
span { border-color: #3DCE14; }
span { border-color: rgb(61,206,20); }
td.TdClassName
{
border-color: #3DCE14;
}
.TagClassName
{
border-color: #3DCE14;
}
</style>