Shades of Kelly Green #3DBA02
Tints of Kelly Green #3DBA02
RGB
CMYK
RGB Variations
Color information
#3DBA02 (or 0x3DBA02) is known color: Kelly Green. HEX triplet: 3D, BA and 02. RGB value is (61,186,2). Sum of RGB (Red+Green+Blue) = 61+186+2=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 186 (73.05% from 255 or 74.70% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBA02 is #C245FD. Grayscale: #808080. Windows color (decimal): -12731902 or 178749. OLE color: 178749.
HSL color Cylindrical-coordinate representation of color #3DBA02: hue angle of 100.76º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DBA02 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 2 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.27 |
| HSL | 100.76º | 0.98% | 0.37% | - |
| HSV(B) | 100.76º | 0.99% | 0.73% | - |
| XYZ | 19.49 | 36.11 | 6 | - |
| YUV | 127.65 | 57.09 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 2 | 0.67 | 0 | 0.99 | 0.27 | 100.76 | 0.98 | 0.37 |
| Hex | 3D | BA | 2 | 43 | 0 | 63 | 1B | 65 | 62 | 25 |
| Octal | 75 | 272 | 2 | 103 | 0 | 143 | 33 | 145 | 142 | 45 |
| Binary | 111101 | 10111010 | 10 | 1000011 | 0 | 1100011 | 11011 | 1100101 | 1100010 | 100101 |
Color Harmonies of #3DBA02
Complementary color
Monochromatic Colors of #3DBA02
Black with #3DBA02
Text Example
Text Example
White with #3DBA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA02; }
p { color: rgb(61,186,2); }
H1.HeaderClassName
{
color: #3DBA02;
}
.AnyTagClassName
{
color: #3DBA02;
}
</style>
background-color css
<style>
a { background-color: #3DBA02; }
a { background-color: rgb(61,186,2); }
div.DivClassName
{
background-color: #3DBA02;
}
.BgClassName
{
background-color: #3DBA02;
}
</style>
border-color css
<style>
span { border-color: #3DBA02; }
span { border-color: rgb(61,186,2); }
td.TdClassName
{
border-color: #3DBA02;
}
.TagClassName
{
border-color: #3DBA02;
}
</style>