Shades of Kelly Green #3DB500
Tints of Kelly Green #3DB500
RGB
CMYK
RGB Variations
Color information
#3DB500 (or 0x3DB500) is known color: Kelly Green. HEX triplet: 3D, B5 and 00. RGB value is (61,181,0). Sum of RGB (Red+Green+Blue) = 61+181+0=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 181 (71.09% from 255 or 74.79% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB500 is #C24AFF. Grayscale: #7D7D7D. Windows color (decimal): -12733184 or 46397. OLE color: 46397.
HSL color Cylindrical-coordinate representation of color #3DB500: hue angle of 99.78º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DB500 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.29 |
| HSL | 99.78º | 1% | 0.35% | - |
| HSV(B) | 99.78º | 1% | 0.71% | - |
| XYZ | 18.45 | 34.04 | 5.6 | - |
| YUV | 124.49 | 57.74 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 0 | 0.66 | 0 | 1 | 0.29 | 99.78 | 1 | 0.35 |
| Hex | 3D | B5 | 0 | 42 | 0 | 64 | 1D | 64 | 64 | 23 |
| Octal | 75 | 265 | 0 | 102 | 0 | 144 | 35 | 144 | 144 | 43 |
| Binary | 111101 | 10110101 | 0 | 1000010 | 0 | 1100100 | 11101 | 1100100 | 1100100 | 100011 |
Color Harmonies of #3DB500
Complementary color
Monochromatic Colors of #3DB500
Black with #3DB500
Text Example
Text Example
White with #3DB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB500; }
p { color: rgb(61,181,0); }
H1.HeaderClassName
{
color: #3DB500;
}
.AnyTagClassName
{
color: #3DB500;
}
</style>
background-color css
<style>
a { background-color: #3DB500; }
a { background-color: rgb(61,181,0); }
div.DivClassName
{
background-color: #3DB500;
}
.BgClassName
{
background-color: #3DB500;
}
</style>
border-color css
<style>
span { border-color: #3DB500; }
span { border-color: rgb(61,181,0); }
td.TdClassName
{
border-color: #3DB500;
}
.TagClassName
{
border-color: #3DB500;
}
</style>