Shades of Kelly Green #3DB40C
Tints of Kelly Green #3DB40C
RGB
CMYK
RGB Variations
Color information
#3DB40C (or 0x3DB40C) is known color: Kelly Green. HEX triplet: 3D, B4 and 0C. RGB value is (61,180,12). Sum of RGB (Red+Green+Blue) = 61+180+12=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 180 (70.70% from 255 or 71.15% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB40C is #C24BF3. Grayscale: #7D7D7D. Windows color (decimal): -12733428 or 832573. OLE color: 832573.
HSL color Cylindrical-coordinate representation of color #3DB40C: hue angle of 102.5º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3DB40C is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 12 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.29 |
| HSL | 102.5º | 0.88% | 0.38% | - |
| HSV(B) | 102.5º | 0.93% | 0.71% | - |
| XYZ | 18.31 | 33.66 | 5.88 | - |
| YUV | 125.27 | 64.08 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 12 | 0.66 | 0 | 0.93 | 0.29 | 102.5 | 0.88 | 0.38 |
| Hex | 3D | B4 | C | 42 | 0 | 5D | 1D | 66 | 58 | 26 |
| Octal | 75 | 264 | 14 | 102 | 0 | 135 | 35 | 146 | 130 | 46 |
| Binary | 111101 | 10110100 | 1100 | 1000010 | 0 | 1011101 | 11101 | 1100110 | 1011000 | 100110 |
Color Harmonies of #3DB40C
Complementary color
Monochromatic Colors of #3DB40C
Black with #3DB40C
Text Example
Text Example
White with #3DB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB40C; }
p { color: rgb(61,180,12); }
H1.HeaderClassName
{
color: #3DB40C;
}
.AnyTagClassName
{
color: #3DB40C;
}
</style>
background-color css
<style>
a { background-color: #3DB40C; }
a { background-color: rgb(61,180,12); }
div.DivClassName
{
background-color: #3DB40C;
}
.BgClassName
{
background-color: #3DB40C;
}
</style>
border-color css
<style>
span { border-color: #3DB40C; }
span { border-color: rgb(61,180,12); }
td.TdClassName
{
border-color: #3DB40C;
}
.TagClassName
{
border-color: #3DB40C;
}
</style>