Shades of Kelly Green #35C302
Tints of Kelly Green #35C302
RGB
CMYK
RGB Variations
Color information
#35C302 (or 0x35C302) is known color: Kelly Green. HEX triplet: 35, C3 and 02. RGB value is (53,195,2). Sum of RGB (Red+Green+Blue) = 53+195+2=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 195 (76.56% from 255 or 78% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 195 - color contains mainly: green. Hex color #35C302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35C302 is #CA3CFD. Grayscale: #838383. Windows color (decimal): -13253886 or 181045. OLE color: 181045.
HSL color Cylindrical-coordinate representation of color #35C302: hue angle of 104.15º 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 #35C302 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 195 | 2 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.24 |
| HSL | 104.15º | 0.98% | 0.39% | - |
| HSV(B) | 104.15º | 0.99% | 0.76% | - |
| XYZ | 20.99 | 39.79 | 6.63 | - |
| YUV | 130.54 | 55.46 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 195 | 2 | 0.73 | 0 | 0.99 | 0.24 | 104.15 | 0.98 | 0.39 |
| Hex | 35 | C3 | 2 | 49 | 0 | 63 | 18 | 68 | 62 | 27 |
| Octal | 65 | 303 | 2 | 111 | 0 | 143 | 30 | 150 | 142 | 47 |
| Binary | 110101 | 11000011 | 10 | 1001001 | 0 | 1100011 | 11000 | 1101000 | 1100010 | 100111 |
Color Harmonies of #35C302
Complementary color
Monochromatic Colors of #35C302
Black with #35C302
Text Example
Text Example
White with #35C302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C302; }
p { color: rgb(53,195,2); }
H1.HeaderClassName
{
color: #35C302;
}
.AnyTagClassName
{
color: #35C302;
}
</style>
background-color css
<style>
a { background-color: #35C302; }
a { background-color: rgb(53,195,2); }
div.DivClassName
{
background-color: #35C302;
}
.BgClassName
{
background-color: #35C302;
}
</style>
border-color css
<style>
span { border-color: #35C302; }
span { border-color: rgb(53,195,2); }
td.TdClassName
{
border-color: #35C302;
}
.TagClassName
{
border-color: #35C302;
}
</style>