Shades of Kelly Green #3DB30C
Tints of Kelly Green #3DB30C
RGB
CMYK
RGB Variations
Color information
#3DB30C (or 0x3DB30C) is known color: Kelly Green. HEX triplet: 3D, B3 and 0C. RGB value is (61,179,12). Sum of RGB (Red+Green+Blue) = 61+179+12=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 179 (70.31% from 255 or 71.03% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB30C is #C24CF3. Grayscale: #7D7D7D. Windows color (decimal): -12733684 or 832317. OLE color: 832317.
HSL color Cylindrical-coordinate representation of color #3DB30C: hue angle of 102.4º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3DB30C is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 12 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.30 |
| HSL | 102.4º | 0.87% | 0.37% | - |
| HSV(B) | 102.4º | 0.93% | 0.7% | - |
| XYZ | 18.11 | 33.26 | 5.81 | - |
| YUV | 124.68 | 64.41 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 12 | 0.66 | 0 | 0.93 | 0.30 | 102.4 | 0.87 | 0.37 |
| Hex | 3D | B3 | C | 42 | 0 | 5D | 1E | 66 | 57 | 25 |
| Octal | 75 | 263 | 14 | 102 | 0 | 135 | 36 | 146 | 127 | 45 |
| Binary | 111101 | 10110011 | 1100 | 1000010 | 0 | 1011101 | 11110 | 1100110 | 1010111 | 100101 |
Color Harmonies of #3DB30C
Complementary color
Monochromatic Colors of #3DB30C
Black with #3DB30C
Text Example
Text Example
White with #3DB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB30C; }
p { color: rgb(61,179,12); }
H1.HeaderClassName
{
color: #3DB30C;
}
.AnyTagClassName
{
color: #3DB30C;
}
</style>
background-color css
<style>
a { background-color: #3DB30C; }
a { background-color: rgb(61,179,12); }
div.DivClassName
{
background-color: #3DB30C;
}
.BgClassName
{
background-color: #3DB30C;
}
</style>
border-color css
<style>
span { border-color: #3DB30C; }
span { border-color: rgb(61,179,12); }
td.TdClassName
{
border-color: #3DB30C;
}
.TagClassName
{
border-color: #3DB30C;
}
</style>