Shades of Kelly Green #3DD01C
Tints of Kelly Green #3DD01C
RGB
CMYK
RGB Variations
Color information
#3DD01C (or 0x3DD01C) is known color: Kelly Green. HEX triplet: 3D, D0 and 1C. RGB value is (61,208,28). Sum of RGB (Red+Green+Blue) = 61+208+28=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 208 (81.64% from 255 or 70.03% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD01C is #C22FE3. Grayscale: #909090. Windows color (decimal): -12726244 or 1888317. OLE color: 1888317.
HSL color Cylindrical-coordinate representation of color #3DD01C: hue angle of 109º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DD01C is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 208 | 28 | - |
| CMYK | 0.71 | 0 | 0.87 | 0.18 |
| HSL | 109º | 0.76% | 0.46% | - |
| HSV(B) | 109º | 0.87% | 0.82% | - |
| XYZ | 24.69 | 46.19 | 8.71 | - |
| YUV | 143.53 | 62.8 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 208 | 28 | 0.71 | 0 | 0.87 | 0.18 | 109 | 0.76 | 0.46 |
| Hex | 3D | D0 | 1C | 47 | 0 | 57 | 12 | 6D | 4C | 2E |
| Octal | 75 | 320 | 34 | 107 | 0 | 127 | 22 | 155 | 114 | 56 |
| Binary | 111101 | 11010000 | 11100 | 1000111 | 0 | 1010111 | 10010 | 1101101 | 1001100 | 101110 |
Color Harmonies of #3DD01C
Complementary color
Monochromatic Colors of #3DD01C
Black with #3DD01C
Text Example
Text Example
White with #3DD01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD01C; }
p { color: rgb(61,208,28); }
H1.HeaderClassName
{
color: #3DD01C;
}
.AnyTagClassName
{
color: #3DD01C;
}
</style>
background-color css
<style>
a { background-color: #3DD01C; }
a { background-color: rgb(61,208,28); }
div.DivClassName
{
background-color: #3DD01C;
}
.BgClassName
{
background-color: #3DD01C;
}
</style>
border-color css
<style>
span { border-color: #3DD01C; }
span { border-color: rgb(61,208,28); }
td.TdClassName
{
border-color: #3DD01C;
}
.TagClassName
{
border-color: #3DD01C;
}
</style>