Shades of Kelly Green #3DB52A
Tints of Kelly Green #3DB52A
RGB
CMYK
RGB Variations
Color information
#3DB52A (or 0x3DB52A) is known color: Kelly Green. HEX triplet: 3D, B5 and 2A. RGB value is (61,181,42). Sum of RGB (Red+Green+Blue) = 61+181+42=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 181 (71.09% from 255 or 63.73% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB52A is #C24AD5. Grayscale: #818181. Windows color (decimal): -12733142 or 2798909. OLE color: 2798909.
HSL color Cylindrical-coordinate representation of color #3DB52A: hue angle of 111.8º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DB52A is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 42 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.29 |
| HSL | 111.8º | 0.62% | 0.44% | - |
| HSV(B) | 111.8º | 0.77% | 0.71% | - |
| XYZ | 18.87 | 34.21 | 7.8 | - |
| YUV | 129.27 | 78.74 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 42 | 0.66 | 0 | 0.77 | 0.29 | 111.8 | 0.62 | 0.44 |
| Hex | 3D | B5 | 2A | 42 | 0 | 4D | 1D | 70 | 3E | 2C |
| Octal | 75 | 265 | 52 | 102 | 0 | 115 | 35 | 160 | 76 | 54 |
| Binary | 111101 | 10110101 | 101010 | 1000010 | 0 | 1001101 | 11101 | 1110000 | 111110 | 101100 |
Color Harmonies of #3DB52A
Complementary color
Monochromatic Colors of #3DB52A
Black with #3DB52A
Text Example
Text Example
White with #3DB52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB52A; }
p { color: rgb(61,181,42); }
H1.HeaderClassName
{
color: #3DB52A;
}
.AnyTagClassName
{
color: #3DB52A;
}
</style>
background-color css
<style>
a { background-color: #3DB52A; }
a { background-color: rgb(61,181,42); }
div.DivClassName
{
background-color: #3DB52A;
}
.BgClassName
{
background-color: #3DB52A;
}
</style>
border-color css
<style>
span { border-color: #3DB52A; }
span { border-color: rgb(61,181,42); }
td.TdClassName
{
border-color: #3DB52A;
}
.TagClassName
{
border-color: #3DB52A;
}
</style>