Shades of Kelly Green #3DD20B
Tints of Kelly Green #3DD20B
RGB
CMYK
RGB Variations
Color information
#3DD20B (or 0x3DD20B) is known color: Kelly Green. HEX triplet: 3D, D2 and 0B. RGB value is (61,210,11). Sum of RGB (Red+Green+Blue) = 61+210+11=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 210 (82.42% from 255 or 74.47% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD20B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD20B is #C22DF4. Grayscale: #8F8F8F. Windows color (decimal): -12725749 or 774717. OLE color: 774717.
HSL color Cylindrical-coordinate representation of color #3DD20B: hue angle of 104.92º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3DD20B is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 210 | 11 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.18 |
| HSL | 104.92º | 0.9% | 0.43% | - |
| HSV(B) | 104.92º | 0.95% | 0.82% | - |
| XYZ | 25.03 | 47.11 | 8.09 | - |
| YUV | 142.76 | 53.64 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 210 | 11 | 0.71 | 0 | 0.95 | 0.18 | 104.92 | 0.9 | 0.43 |
| Hex | 3D | D2 | B | 47 | 0 | 5F | 12 | 69 | 5A | 2B |
| Octal | 75 | 322 | 13 | 107 | 0 | 137 | 22 | 151 | 132 | 53 |
| Binary | 111101 | 11010010 | 1011 | 1000111 | 0 | 1011111 | 10010 | 1101001 | 1011010 | 101011 |
Color Harmonies of #3DD20B
Complementary color
Monochromatic Colors of #3DD20B
Black with #3DD20B
Text Example
Text Example
White with #3DD20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD20B; }
p { color: rgb(61,210,11); }
H1.HeaderClassName
{
color: #3DD20B;
}
.AnyTagClassName
{
color: #3DD20B;
}
</style>
background-color css
<style>
a { background-color: #3DD20B; }
a { background-color: rgb(61,210,11); }
div.DivClassName
{
background-color: #3DD20B;
}
.BgClassName
{
background-color: #3DD20B;
}
</style>
border-color css
<style>
span { border-color: #3DD20B; }
span { border-color: rgb(61,210,11); }
td.TdClassName
{
border-color: #3DD20B;
}
.TagClassName
{
border-color: #3DD20B;
}
</style>