Shades of Kelly Green #3DB10E
Tints of Kelly Green #3DB10E
RGB
CMYK
RGB Variations
Color information
#3DB10E (or 0x3DB10E) is known color: Kelly Green. HEX triplet: 3D, B1 and 0E. RGB value is (61,177,14). Sum of RGB (Red+Green+Blue) = 61+177+14=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 177 (69.53% from 255 or 70.24% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB10E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DB10E is #C24EF1. Grayscale: #7C7C7C. Windows color (decimal): -12734194 or 962877. OLE color: 962877.
HSL color Cylindrical-coordinate representation of color #3DB10E: hue angle of 102.7º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DB10E is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 14 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.31 |
| HSL | 102.7º | 0.85% | 0.37% | - |
| HSV(B) | 102.7º | 0.92% | 0.69% | - |
| XYZ | 17.73 | 32.47 | 5.75 | - |
| YUV | 123.73 | 66.07 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 14 | 0.66 | 0 | 0.92 | 0.31 | 102.7 | 0.85 | 0.37 |
| Hex | 3D | B1 | E | 42 | 0 | 5C | 1F | 67 | 55 | 25 |
| Octal | 75 | 261 | 16 | 102 | 0 | 134 | 37 | 147 | 125 | 45 |
| Binary | 111101 | 10110001 | 1110 | 1000010 | 0 | 1011100 | 11111 | 1100111 | 1010101 | 100101 |
Color Harmonies of #3DB10E
Complementary color
Monochromatic Colors of #3DB10E
Black with #3DB10E
Text Example
Text Example
White with #3DB10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB10E; }
p { color: rgb(61,177,14); }
H1.HeaderClassName
{
color: #3DB10E;
}
.AnyTagClassName
{
color: #3DB10E;
}
</style>
background-color css
<style>
a { background-color: #3DB10E; }
a { background-color: rgb(61,177,14); }
div.DivClassName
{
background-color: #3DB10E;
}
.BgClassName
{
background-color: #3DB10E;
}
</style>
border-color css
<style>
span { border-color: #3DB10E; }
span { border-color: rgb(61,177,14); }
td.TdClassName
{
border-color: #3DB10E;
}
.TagClassName
{
border-color: #3DB10E;
}
</style>