Shades of Kelly Green #3CB41C
Tints of Kelly Green #3CB41C
RGB
CMYK
RGB Variations
Color information
#3CB41C (or 0x3CB41C) is known color: Kelly Green. HEX triplet: 3C, B4 and 1C. RGB value is (60,180,28). Sum of RGB (Red+Green+Blue) = 60+180+28=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 180 (70.70% from 255 or 67.16% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB41C is #C34BE3. Grayscale: #7F7F7F. Windows color (decimal): -12798948 or 1881148. OLE color: 1881148.
HSL color Cylindrical-coordinate representation of color #3CB41C: hue angle of 107.37º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CB41C is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 180 | 28 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.29 |
| HSL | 107.37º | 0.73% | 0.41% | - |
| HSV(B) | 107.37º | 0.84% | 0.71% | - |
| XYZ | 18.39 | 33.69 | 6.63 | - |
| YUV | 126.79 | 72.24 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 180 | 28 | 0.67 | 0 | 0.84 | 0.29 | 107.37 | 0.73 | 0.41 |
| Hex | 3C | B4 | 1C | 43 | 0 | 54 | 1D | 6B | 49 | 29 |
| Octal | 74 | 264 | 34 | 103 | 0 | 124 | 35 | 153 | 111 | 51 |
| Binary | 111100 | 10110100 | 11100 | 1000011 | 0 | 1010100 | 11101 | 1101011 | 1001001 | 101001 |
Color Harmonies of #3CB41C
Complementary color
Monochromatic Colors of #3CB41C
Black with #3CB41C
Text Example
Text Example
White with #3CB41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB41C; }
p { color: rgb(60,180,28); }
H1.HeaderClassName
{
color: #3CB41C;
}
.AnyTagClassName
{
color: #3CB41C;
}
</style>
background-color css
<style>
a { background-color: #3CB41C; }
a { background-color: rgb(60,180,28); }
div.DivClassName
{
background-color: #3CB41C;
}
.BgClassName
{
background-color: #3CB41C;
}
</style>
border-color css
<style>
span { border-color: #3CB41C; }
span { border-color: rgb(60,180,28); }
td.TdClassName
{
border-color: #3CB41C;
}
.TagClassName
{
border-color: #3CB41C;
}
</style>