Shades of Kelly Green #3CBE08
Tints of Kelly Green #3CBE08
RGB
CMYK
RGB Variations
Color information
#3CBE08 (or 0x3CBE08) is known color: Kelly Green. HEX triplet: 3C, BE and 08. RGB value is (60,190,8). Sum of RGB (Red+Green+Blue) = 60+190+8=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 190 (74.61% from 255 or 73.64% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBE08 is #C341F7. Grayscale: #828282. Windows color (decimal): -12796408 or 572988. OLE color: 572988.
HSL color Cylindrical-coordinate representation of color #3CBE08: hue angle of 102.86º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CBE08 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 190 | 8 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.25 |
| HSL | 102.86º | 0.92% | 0.39% | - |
| HSV(B) | 102.86º | 0.96% | 0.75% | - |
| XYZ | 20.32 | 37.81 | 6.46 | - |
| YUV | 130.38 | 58.93 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 8 | 0.68 | 0 | 0.96 | 0.25 | 102.86 | 0.92 | 0.39 |
| Hex | 3C | BE | 8 | 44 | 0 | 60 | 19 | 67 | 5C | 27 |
| Octal | 74 | 276 | 10 | 104 | 0 | 140 | 31 | 147 | 134 | 47 |
| Binary | 111100 | 10111110 | 1000 | 1000100 | 0 | 1100000 | 11001 | 1100111 | 1011100 | 100111 |
Color Harmonies of #3CBE08
Complementary color
Monochromatic Colors of #3CBE08
Black with #3CBE08
Text Example
Text Example
White with #3CBE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBE08; }
p { color: rgb(60,190,8); }
H1.HeaderClassName
{
color: #3CBE08;
}
.AnyTagClassName
{
color: #3CBE08;
}
</style>
background-color css
<style>
a { background-color: #3CBE08; }
a { background-color: rgb(60,190,8); }
div.DivClassName
{
background-color: #3CBE08;
}
.BgClassName
{
background-color: #3CBE08;
}
</style>
border-color css
<style>
span { border-color: #3CBE08; }
span { border-color: rgb(60,190,8); }
td.TdClassName
{
border-color: #3CBE08;
}
.TagClassName
{
border-color: #3CBE08;
}
</style>