Shades of Lime Green #3CCE30
Tints of Lime Green #3CCE30
RGB
CMYK
RGB Variations
Color information
#3CCE30 (or 0x3CCE30) is known color: Lime Green. HEX triplet: 3C, CE and 30. RGB value is (60,206,48). Sum of RGB (Red+Green+Blue) = 60+206+48=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 206 (80.86% from 255 or 65.61% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 206 - color contains mainly: green. Hex color #3CCE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCE30 is #C331CF. Grayscale: #909090. Windows color (decimal): -12792272 or 3198524. OLE color: 3198524.
HSL color Cylindrical-coordinate representation of color #3CCE30: hue angle of 115.44º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CCE30 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 206 | 48 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.19 |
| HSL | 115.44º | 0.62% | 0.5% | - |
| HSV(B) | 115.44º | 0.77% | 0.81% | - |
| XYZ | 24.47 | 45.32 | 10.25 | - |
| YUV | 144.33 | 73.63 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 206 | 48 | 0.71 | 0 | 0.77 | 0.19 | 115.44 | 0.62 | 0.5 |
| Hex | 3C | CE | 30 | 47 | 0 | 4D | 13 | 73 | 3E | 32 |
| Octal | 74 | 316 | 60 | 107 | 0 | 115 | 23 | 163 | 76 | 62 |
| Binary | 111100 | 11001110 | 110000 | 1000111 | 0 | 1001101 | 10011 | 1110011 | 111110 | 110010 |
Color Harmonies of #3CCE30
Complementary color
Monochromatic Colors of #3CCE30
Black with #3CCE30
Text Example
Text Example
White with #3CCE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCE30; }
p { color: rgb(60,206,48); }
H1.HeaderClassName
{
color: #3CCE30;
}
.AnyTagClassName
{
color: #3CCE30;
}
</style>
background-color css
<style>
a { background-color: #3CCE30; }
a { background-color: rgb(60,206,48); }
div.DivClassName
{
background-color: #3CCE30;
}
.BgClassName
{
background-color: #3CCE30;
}
</style>
border-color css
<style>
span { border-color: #3CCE30; }
span { border-color: rgb(60,206,48); }
td.TdClassName
{
border-color: #3CCE30;
}
.TagClassName
{
border-color: #3CCE30;
}
</style>