Shades of Kelly Green #3DCA1E
Tints of Kelly Green #3DCA1E
RGB
CMYK
RGB Variations
Color information
#3DCA1E (or 0x3DCA1E) is known color: Kelly Green. HEX triplet: 3D, CA and 1E. RGB value is (61,202,30). Sum of RGB (Red+Green+Blue) = 61+202+30=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 202 (79.30% from 255 or 68.94% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCA1E is #C235E1. Grayscale: #8C8C8C. Windows color (decimal): -12727778 or 2017853. OLE color: 2017853.
HSL color Cylindrical-coordinate representation of color #3DCA1E: hue angle of 109.19º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3DCA1E is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 202 | 30 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.21 |
| HSL | 109.19º | 0.74% | 0.45% | - |
| HSV(B) | 109.19º | 0.85% | 0.79% | - |
| XYZ | 23.28 | 43.33 | 8.36 | - |
| YUV | 140.23 | 65.79 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 202 | 30 | 0.70 | 0 | 0.85 | 0.21 | 109.19 | 0.74 | 0.45 |
| Hex | 3D | CA | 1E | 46 | 0 | 55 | 15 | 6D | 4A | 2D |
| Octal | 75 | 312 | 36 | 106 | 0 | 125 | 25 | 155 | 112 | 55 |
| Binary | 111101 | 11001010 | 11110 | 1000110 | 0 | 1010101 | 10101 | 1101101 | 1001010 | 101101 |
Color Harmonies of #3DCA1E
Complementary color
Monochromatic Colors of #3DCA1E
Black with #3DCA1E
Text Example
Text Example
White with #3DCA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCA1E; }
p { color: rgb(61,202,30); }
H1.HeaderClassName
{
color: #3DCA1E;
}
.AnyTagClassName
{
color: #3DCA1E;
}
</style>
background-color css
<style>
a { background-color: #3DCA1E; }
a { background-color: rgb(61,202,30); }
div.DivClassName
{
background-color: #3DCA1E;
}
.BgClassName
{
background-color: #3DCA1E;
}
</style>
border-color css
<style>
span { border-color: #3DCA1E; }
span { border-color: rgb(61,202,30); }
td.TdClassName
{
border-color: #3DCA1E;
}
.TagClassName
{
border-color: #3DCA1E;
}
</style>