Shades of Kelly Green #3DBF00
Tints of Kelly Green #3DBF00
RGB
CMYK
RGB Variations
Color information
#3DBF00 (or 0x3DBF00) is known color: Kelly Green. HEX triplet: 3D, BF and 00. RGB value is (61,191,0). Sum of RGB (Red+Green+Blue) = 61+191+0=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 191 (75% from 255 or 75.79% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBF00 is #C240FF. Grayscale: #828282. Windows color (decimal): -12730624 or 48957. OLE color: 48957.
HSL color Cylindrical-coordinate representation of color #3DBF00: hue angle of 100.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DBF00 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.25 |
| HSL | 100.84º | 1% | 0.37% | - |
| HSV(B) | 100.84º | 1% | 0.75% | - |
| XYZ | 20.56 | 38.25 | 6.3 | - |
| YUV | 130.36 | 54.43 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 0 | 0.68 | 0 | 1 | 0.25 | 100.84 | 1 | 0.37 |
| Hex | 3D | BF | 0 | 44 | 0 | 64 | 19 | 65 | 64 | 25 |
| Octal | 75 | 277 | 0 | 104 | 0 | 144 | 31 | 145 | 144 | 45 |
| Binary | 111101 | 10111111 | 0 | 1000100 | 0 | 1100100 | 11001 | 1100101 | 1100100 | 100101 |
Color Harmonies of #3DBF00
Complementary color
Monochromatic Colors of #3DBF00
Black with #3DBF00
Text Example
Text Example
White with #3DBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBF00; }
p { color: rgb(61,191,0); }
H1.HeaderClassName
{
color: #3DBF00;
}
.AnyTagClassName
{
color: #3DBF00;
}
</style>
background-color css
<style>
a { background-color: #3DBF00; }
a { background-color: rgb(61,191,0); }
div.DivClassName
{
background-color: #3DBF00;
}
.BgClassName
{
background-color: #3DBF00;
}
</style>
border-color css
<style>
span { border-color: #3DBF00; }
span { border-color: rgb(61,191,0); }
td.TdClassName
{
border-color: #3DBF00;
}
.TagClassName
{
border-color: #3DBF00;
}
</style>