Shades of Kelly Green #3CCB05
Tints of Kelly Green #3CCB05
RGB
CMYK
RGB Variations
Color information
#3CCB05 (or 0x3CCB05) is known color: Kelly Green. HEX triplet: 3C, CB and 05. RGB value is (60,203,5). Sum of RGB (Red+Green+Blue) = 60+203+5=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 203 (79.69% from 255 or 75.75% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCB05 is #C334FA. Grayscale: #8A8A8A. Windows color (decimal): -12793083 or 379708. OLE color: 379708.
HSL color Cylindrical-coordinate representation of color #3CCB05: hue angle of 103.33º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CCB05 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 203 | 5 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.20 |
| HSL | 103.33º | 0.95% | 0.41% | - |
| HSV(B) | 103.33º | 0.98% | 0.8% | - |
| XYZ | 23.25 | 43.68 | 7.35 | - |
| YUV | 137.67 | 53.12 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 5 | 0.70 | 0 | 0.98 | 0.20 | 103.33 | 0.95 | 0.41 |
| Hex | 3C | CB | 5 | 46 | 0 | 62 | 14 | 67 | 5F | 29 |
| Octal | 74 | 313 | 5 | 106 | 0 | 142 | 24 | 147 | 137 | 51 |
| Binary | 111100 | 11001011 | 101 | 1000110 | 0 | 1100010 | 10100 | 1100111 | 1011111 | 101001 |
Color Harmonies of #3CCB05
Complementary color
Monochromatic Colors of #3CCB05
Black with #3CCB05
Text Example
Text Example
White with #3CCB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCB05; }
p { color: rgb(60,203,5); }
H1.HeaderClassName
{
color: #3CCB05;
}
.AnyTagClassName
{
color: #3CCB05;
}
</style>
background-color css
<style>
a { background-color: #3CCB05; }
a { background-color: rgb(60,203,5); }
div.DivClassName
{
background-color: #3CCB05;
}
.BgClassName
{
background-color: #3CCB05;
}
</style>
border-color css
<style>
span { border-color: #3CCB05; }
span { border-color: rgb(60,203,5); }
td.TdClassName
{
border-color: #3CCB05;
}
.TagClassName
{
border-color: #3CCB05;
}
</style>