Shades of Kelly Green #3DBE04
Tints of Kelly Green #3DBE04
RGB
CMYK
RGB Variations
Color information
#3DBE04 (or 0x3DBE04) is known color: Kelly Green. HEX triplet: 3D, BE and 04. RGB value is (61,190,4). Sum of RGB (Red+Green+Blue) = 61+190+4=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 190 (74.61% from 255 or 74.51% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBE04 is #C241FB. Grayscale: #828282. Windows color (decimal): -12730876 or 310845. OLE color: 310845.
HSL color Cylindrical-coordinate representation of color #3DBE04: hue angle of 101.61º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DBE04 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 4 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.25 |
| HSL | 101.61º | 0.96% | 0.38% | - |
| HSV(B) | 101.61º | 0.98% | 0.75% | - |
| XYZ | 20.36 | 37.83 | 6.34 | - |
| YUV | 130.23 | 56.76 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 4 | 0.68 | 0 | 0.98 | 0.25 | 101.61 | 0.96 | 0.38 |
| Hex | 3D | BE | 4 | 44 | 0 | 62 | 19 | 66 | 60 | 26 |
| Octal | 75 | 276 | 4 | 104 | 0 | 142 | 31 | 146 | 140 | 46 |
| Binary | 111101 | 10111110 | 100 | 1000100 | 0 | 1100010 | 11001 | 1100110 | 1100000 | 100110 |
Color Harmonies of #3DBE04
Complementary color
Monochromatic Colors of #3DBE04
Black with #3DBE04
Text Example
Text Example
White with #3DBE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE04; }
p { color: rgb(61,190,4); }
H1.HeaderClassName
{
color: #3DBE04;
}
.AnyTagClassName
{
color: #3DBE04;
}
</style>
background-color css
<style>
a { background-color: #3DBE04; }
a { background-color: rgb(61,190,4); }
div.DivClassName
{
background-color: #3DBE04;
}
.BgClassName
{
background-color: #3DBE04;
}
</style>
border-color css
<style>
span { border-color: #3DBE04; }
span { border-color: rgb(61,190,4); }
td.TdClassName
{
border-color: #3DBE04;
}
.TagClassName
{
border-color: #3DBE04;
}
</style>