Shades of Kelly Green #3DB31C
Tints of Kelly Green #3DB31C
RGB
CMYK
RGB Variations
Color information
#3DB31C (or 0x3DB31C) is known color: Kelly Green. HEX triplet: 3D, B3 and 1C. RGB value is (61,179,28). Sum of RGB (Red+Green+Blue) = 61+179+28=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 179 (70.31% from 255 or 66.79% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB31C is #C24CE3. Grayscale: #7E7E7E. Windows color (decimal): -12733668 or 1880893. OLE color: 1880893.
HSL color Cylindrical-coordinate representation of color #3DB31C: hue angle of 106.89º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DB31C is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 28 | - |
| CMYK | 0.66 | 0 | 0.84 | 0.30 |
| HSL | 106.89º | 0.73% | 0.41% | - |
| HSV(B) | 106.89º | 0.84% | 0.7% | - |
| XYZ | 18.25 | 33.32 | 6.57 | - |
| YUV | 126.5 | 72.41 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 28 | 0.66 | 0 | 0.84 | 0.30 | 106.89 | 0.73 | 0.41 |
| Hex | 3D | B3 | 1C | 42 | 0 | 54 | 1E | 6B | 49 | 29 |
| Octal | 75 | 263 | 34 | 102 | 0 | 124 | 36 | 153 | 111 | 51 |
| Binary | 111101 | 10110011 | 11100 | 1000010 | 0 | 1010100 | 11110 | 1101011 | 1001001 | 101001 |
Color Harmonies of #3DB31C
Complementary color
Monochromatic Colors of #3DB31C
Black with #3DB31C
Text Example
Text Example
White with #3DB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB31C; }
p { color: rgb(61,179,28); }
H1.HeaderClassName
{
color: #3DB31C;
}
.AnyTagClassName
{
color: #3DB31C;
}
</style>
background-color css
<style>
a { background-color: #3DB31C; }
a { background-color: rgb(61,179,28); }
div.DivClassName
{
background-color: #3DB31C;
}
.BgClassName
{
background-color: #3DB31C;
}
</style>
border-color css
<style>
span { border-color: #3DB31C; }
span { border-color: rgb(61,179,28); }
td.TdClassName
{
border-color: #3DB31C;
}
.TagClassName
{
border-color: #3DB31C;
}
</style>