Shades of Kelly Green #3DB103
Tints of Kelly Green #3DB103
RGB
CMYK
RGB Variations
Color information
#3DB103 (or 0x3DB103) is known color: Kelly Green. HEX triplet: 3D, B1 and 03. RGB value is (61,177,3). Sum of RGB (Red+Green+Blue) = 61+177+3=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 177 (69.53% from 255 or 73.44% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB103 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DB103 is #C24EFC. Grayscale: #7B7B7B. Windows color (decimal): -12734205 or 241981. OLE color: 241981.
HSL color Cylindrical-coordinate representation of color #3DB103: hue angle of 100º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DB103 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 3 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.31 |
| HSL | 100º | 0.97% | 0.35% | - |
| HSV(B) | 100º | 0.98% | 0.69% | - |
| XYZ | 17.66 | 32.44 | 5.42 | - |
| YUV | 122.48 | 60.57 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 3 | 0.66 | 0 | 0.98 | 0.31 | 100 | 0.97 | 0.35 |
| Hex | 3D | B1 | 3 | 42 | 0 | 62 | 1F | 64 | 61 | 23 |
| Octal | 75 | 261 | 3 | 102 | 0 | 142 | 37 | 144 | 141 | 43 |
| Binary | 111101 | 10110001 | 11 | 1000010 | 0 | 1100010 | 11111 | 1100100 | 1100001 | 100011 |
Color Harmonies of #3DB103
Complementary color
Monochromatic Colors of #3DB103
Black with #3DB103
Text Example
Text Example
White with #3DB103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB103; }
p { color: rgb(61,177,3); }
H1.HeaderClassName
{
color: #3DB103;
}
.AnyTagClassName
{
color: #3DB103;
}
</style>
background-color css
<style>
a { background-color: #3DB103; }
a { background-color: rgb(61,177,3); }
div.DivClassName
{
background-color: #3DB103;
}
.BgClassName
{
background-color: #3DB103;
}
</style>
border-color css
<style>
span { border-color: #3DB103; }
span { border-color: rgb(61,177,3); }
td.TdClassName
{
border-color: #3DB103;
}
.TagClassName
{
border-color: #3DB103;
}
</style>