Shades of Kelly Green #3DBF18
Tints of Kelly Green #3DBF18
RGB
CMYK
RGB Variations
Color information
#3DBF18 (or 0x3DBF18) is known color: Kelly Green. HEX triplet: 3D, BF and 18. RGB value is (61,191,24). Sum of RGB (Red+Green+Blue) = 61+191+24=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 191 (75% from 255 or 69.20% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBF18 is #C240E7. Grayscale: #858585. Windows color (decimal): -12730600 or 1621821. OLE color: 1621821.
HSL color Cylindrical-coordinate representation of color #3DBF18: hue angle of 106.71º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DBF18 is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 24 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.25 |
| HSL | 106.71º | 0.78% | 0.42% | - |
| HSV(B) | 106.71º | 0.87% | 0.75% | - |
| XYZ | 20.72 | 38.32 | 7.17 | - |
| YUV | 133.09 | 66.43 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 24 | 0.68 | 0 | 0.87 | 0.25 | 106.71 | 0.78 | 0.42 |
| Hex | 3D | BF | 18 | 44 | 0 | 57 | 19 | 6B | 4E | 2A |
| Octal | 75 | 277 | 30 | 104 | 0 | 127 | 31 | 153 | 116 | 52 |
| Binary | 111101 | 10111111 | 11000 | 1000100 | 0 | 1010111 | 11001 | 1101011 | 1001110 | 101010 |
Color Harmonies of #3DBF18
Complementary color
Monochromatic Colors of #3DBF18
Black with #3DBF18
Text Example
Text Example
White with #3DBF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBF18; }
p { color: rgb(61,191,24); }
H1.HeaderClassName
{
color: #3DBF18;
}
.AnyTagClassName
{
color: #3DBF18;
}
</style>
background-color css
<style>
a { background-color: #3DBF18; }
a { background-color: rgb(61,191,24); }
div.DivClassName
{
background-color: #3DBF18;
}
.BgClassName
{
background-color: #3DBF18;
}
</style>
border-color css
<style>
span { border-color: #3DBF18; }
span { border-color: rgb(61,191,24); }
td.TdClassName
{
border-color: #3DBF18;
}
.TagClassName
{
border-color: #3DBF18;
}
</style>