Shades of Kelly Green #3DC118
Tints of Kelly Green #3DC118
RGB
CMYK
RGB Variations
Color information
#3DC118 (or 0x3DC118) is known color: Kelly Green. HEX triplet: 3D, C1 and 18. RGB value is (61,193,24). Sum of RGB (Red+Green+Blue) = 61+193+24=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 193 (75.78% from 255 or 69.42% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC118 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DC118 is #C23EE7. Grayscale: #868686. Windows color (decimal): -12730088 or 1622333. OLE color: 1622333.
HSL color Cylindrical-coordinate representation of color #3DC118: hue angle of 106.86º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DC118 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 193 | 24 | - |
| CMYK | 0.68 | 0 | 0.88 | 0.24 |
| HSL | 106.86º | 0.78% | 0.43% | - |
| HSV(B) | 106.86º | 0.88% | 0.76% | - |
| XYZ | 21.16 | 39.2 | 7.31 | - |
| YUV | 134.27 | 65.77 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 193 | 24 | 0.68 | 0 | 0.88 | 0.24 | 106.86 | 0.78 | 0.43 |
| Hex | 3D | C1 | 18 | 44 | 0 | 58 | 18 | 6B | 4E | 2B |
| Octal | 75 | 301 | 30 | 104 | 0 | 130 | 30 | 153 | 116 | 53 |
| Binary | 111101 | 11000001 | 11000 | 1000100 | 0 | 1011000 | 11000 | 1101011 | 1001110 | 101011 |
Color Harmonies of #3DC118
Complementary color
Monochromatic Colors of #3DC118
Black with #3DC118
Text Example
Text Example
White with #3DC118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC118; }
p { color: rgb(61,193,24); }
H1.HeaderClassName
{
color: #3DC118;
}
.AnyTagClassName
{
color: #3DC118;
}
</style>
background-color css
<style>
a { background-color: #3DC118; }
a { background-color: rgb(61,193,24); }
div.DivClassName
{
background-color: #3DC118;
}
.BgClassName
{
background-color: #3DC118;
}
</style>
border-color css
<style>
span { border-color: #3DC118; }
span { border-color: rgb(61,193,24); }
td.TdClassName
{
border-color: #3DC118;
}
.TagClassName
{
border-color: #3DC118;
}
</style>