Shades of Kelly Green #3DCF03
Tints of Kelly Green #3DCF03
RGB
CMYK
RGB Variations
Color information
#3DCF03 (or 0x3DCF03) is known color: Kelly Green. HEX triplet: 3D, CF and 03. RGB value is (61,207,3). Sum of RGB (Red+Green+Blue) = 61+207+3=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 207 (81.25% from 255 or 76.38% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DCF03 is #C230FC. Grayscale: #8C8C8C. Windows color (decimal): -12726525 or 249661. OLE color: 249661.
HSL color Cylindrical-coordinate representation of color #3DCF03: hue angle of 102.94º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DCF03 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 3 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.19 |
| HSL | 102.94º | 0.97% | 0.41% | - |
| HSV(B) | 102.94º | 0.99% | 0.81% | - |
| XYZ | 24.25 | 45.62 | 7.61 | - |
| YUV | 140.09 | 50.63 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 3 | 0.71 | 0 | 0.99 | 0.19 | 102.94 | 0.97 | 0.41 |
| Hex | 3D | CF | 3 | 47 | 0 | 63 | 13 | 67 | 61 | 29 |
| Octal | 75 | 317 | 3 | 107 | 0 | 143 | 23 | 147 | 141 | 51 |
| Binary | 111101 | 11001111 | 11 | 1000111 | 0 | 1100011 | 10011 | 1100111 | 1100001 | 101001 |
Color Harmonies of #3DCF03
Complementary color
Monochromatic Colors of #3DCF03
Black with #3DCF03
Text Example
Text Example
White with #3DCF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF03; }
p { color: rgb(61,207,3); }
H1.HeaderClassName
{
color: #3DCF03;
}
.AnyTagClassName
{
color: #3DCF03;
}
</style>
background-color css
<style>
a { background-color: #3DCF03; }
a { background-color: rgb(61,207,3); }
div.DivClassName
{
background-color: #3DCF03;
}
.BgClassName
{
background-color: #3DCF03;
}
</style>
border-color css
<style>
span { border-color: #3DCF03; }
span { border-color: rgb(61,207,3); }
td.TdClassName
{
border-color: #3DCF03;
}
.TagClassName
{
border-color: #3DCF03;
}
</style>