Shades of Kelly Green #3CBB03
Tints of Kelly Green #3CBB03
RGB
CMYK
RGB Variations
Color information
#3CBB03 (or 0x3CBB03) is known color: Kelly Green. HEX triplet: 3C, BB and 03. RGB value is (60,187,3). Sum of RGB (Red+Green+Blue) = 60+187+3=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 187 (73.44% from 255 or 74.8% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBB03 is #C344FC. Grayscale: #808080. Windows color (decimal): -12797181 or 244540. OLE color: 244540.
HSL color Cylindrical-coordinate representation of color #3CBB03: hue angle of 101.41º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CBB03 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 187 | 3 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.27 |
| HSL | 101.41º | 0.97% | 0.37% | - |
| HSV(B) | 101.41º | 0.98% | 0.73% | - |
| XYZ | 19.65 | 36.51 | 6.1 | - |
| YUV | 128.05 | 57.42 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 187 | 3 | 0.68 | 0 | 0.98 | 0.27 | 101.41 | 0.97 | 0.37 |
| Hex | 3C | BB | 3 | 44 | 0 | 62 | 1B | 65 | 61 | 25 |
| Octal | 74 | 273 | 3 | 104 | 0 | 142 | 33 | 145 | 141 | 45 |
| Binary | 111100 | 10111011 | 11 | 1000100 | 0 | 1100010 | 11011 | 1100101 | 1100001 | 100101 |
Color Harmonies of #3CBB03
Complementary color
Monochromatic Colors of #3CBB03
Black with #3CBB03
Text Example
Text Example
White with #3CBB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBB03; }
p { color: rgb(60,187,3); }
H1.HeaderClassName
{
color: #3CBB03;
}
.AnyTagClassName
{
color: #3CBB03;
}
</style>
background-color css
<style>
a { background-color: #3CBB03; }
a { background-color: rgb(60,187,3); }
div.DivClassName
{
background-color: #3CBB03;
}
.BgClassName
{
background-color: #3CBB03;
}
</style>
border-color css
<style>
span { border-color: #3CBB03; }
span { border-color: rgb(60,187,3); }
td.TdClassName
{
border-color: #3CBB03;
}
.TagClassName
{
border-color: #3CBB03;
}
</style>