Shades of Kelly Green #3DC302
Tints of Kelly Green #3DC302
RGB
CMYK
RGB Variations
Color information
#3DC302 (or 0x3DC302) is known color: Kelly Green. HEX triplet: 3D, C3 and 02. RGB value is (61,195,2). Sum of RGB (Red+Green+Blue) = 61+195+2=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 195 (76.56% from 255 or 75.58% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DC302 is #C23CFD. Grayscale: #858585. Windows color (decimal): -12729598 or 181053. OLE color: 181053.
HSL color Cylindrical-coordinate representation of color #3DC302: hue angle of 101.66º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DC302 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 195 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.24 |
| HSL | 101.66º | 0.98% | 0.39% | - |
| HSV(B) | 101.66º | 0.99% | 0.76% | - |
| XYZ | 21.45 | 40.03 | 6.65 | - |
| YUV | 132.93 | 54.11 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 195 | 2 | 0.69 | 0 | 0.99 | 0.24 | 101.66 | 0.98 | 0.39 |
| Hex | 3D | C3 | 2 | 45 | 0 | 63 | 18 | 66 | 62 | 27 |
| Octal | 75 | 303 | 2 | 105 | 0 | 143 | 30 | 146 | 142 | 47 |
| Binary | 111101 | 11000011 | 10 | 1000101 | 0 | 1100011 | 11000 | 1100110 | 1100010 | 100111 |
Color Harmonies of #3DC302
Complementary color
Monochromatic Colors of #3DC302
Black with #3DC302
Text Example
Text Example
White with #3DC302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC302; }
p { color: rgb(61,195,2); }
H1.HeaderClassName
{
color: #3DC302;
}
.AnyTagClassName
{
color: #3DC302;
}
</style>
background-color css
<style>
a { background-color: #3DC302; }
a { background-color: rgb(61,195,2); }
div.DivClassName
{
background-color: #3DC302;
}
.BgClassName
{
background-color: #3DC302;
}
</style>
border-color css
<style>
span { border-color: #3DC302; }
span { border-color: rgb(61,195,2); }
td.TdClassName
{
border-color: #3DC302;
}
.TagClassName
{
border-color: #3DC302;
}
</style>