Shades of Kelly Green #3DBE02
Tints of Kelly Green #3DBE02
RGB
CMYK
RGB Variations
Color information
#3DBE02 (or 0x3DBE02) is known color: Kelly Green. HEX triplet: 3D, BE and 02. RGB value is (61,190,2). Sum of RGB (Red+Green+Blue) = 61+190+2=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 190 (74.61% from 255 or 75.10% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBE02 is #C241FD. Grayscale: #828282. Windows color (decimal): -12730878 or 179773. OLE color: 179773.
HSL color Cylindrical-coordinate representation of color #3DBE02: hue angle of 101.17º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DBE02 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 2 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.25 |
| HSL | 101.17º | 0.98% | 0.38% | - |
| HSV(B) | 101.17º | 0.99% | 0.75% | - |
| XYZ | 20.35 | 37.82 | 6.29 | - |
| YUV | 130 | 55.76 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 2 | 0.68 | 0 | 0.99 | 0.25 | 101.17 | 0.98 | 0.38 |
| Hex | 3D | BE | 2 | 44 | 0 | 63 | 19 | 65 | 62 | 26 |
| Octal | 75 | 276 | 2 | 104 | 0 | 143 | 31 | 145 | 142 | 46 |
| Binary | 111101 | 10111110 | 10 | 1000100 | 0 | 1100011 | 11001 | 1100101 | 1100010 | 100110 |
Color Harmonies of #3DBE02
Complementary color
Monochromatic Colors of #3DBE02
Black with #3DBE02
Text Example
Text Example
White with #3DBE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE02; }
p { color: rgb(61,190,2); }
H1.HeaderClassName
{
color: #3DBE02;
}
.AnyTagClassName
{
color: #3DBE02;
}
</style>
background-color css
<style>
a { background-color: #3DBE02; }
a { background-color: rgb(61,190,2); }
div.DivClassName
{
background-color: #3DBE02;
}
.BgClassName
{
background-color: #3DBE02;
}
</style>
border-color css
<style>
span { border-color: #3DBE02; }
span { border-color: rgb(61,190,2); }
td.TdClassName
{
border-color: #3DBE02;
}
.TagClassName
{
border-color: #3DBE02;
}
</style>