Shades of Lime Green #3CED30
Tints of Lime Green #3CED30
RGB
CMYK
RGB Variations
Color information
#3CED30 (or 0x3CED30) is known color: Lime Green. HEX triplet: 3C, ED and 30. RGB value is (60,237,48). Sum of RGB (Red+Green+Blue) = 60+237+48=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 237 (92.97% from 255 or 68.70% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CED30 is #C312CF. Grayscale: #A3A3A3. Windows color (decimal): -12784336 or 3206460. OLE color: 3206460.
HSL color Cylindrical-coordinate representation of color #3CED30: hue angle of 116.19º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CED30 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 48 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.07 |
| HSL | 116.19º | 0.84% | 0.56% | - |
| HSV(B) | 116.19º | 0.8% | 0.93% | - |
| XYZ | 32.68 | 61.74 | 12.99 | - |
| YUV | 162.53 | 63.36 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 48 | 0.75 | 0 | 0.80 | 0.07 | 116.19 | 0.84 | 0.56 |
| Hex | 3C | ED | 30 | 4B | 0 | 50 | 7 | 74 | 54 | 38 |
| Octal | 74 | 355 | 60 | 113 | 0 | 120 | 7 | 164 | 124 | 70 |
| Binary | 111100 | 11101101 | 110000 | 1001011 | 0 | 1010000 | 111 | 1110100 | 1010100 | 111000 |
Color Harmonies of #3CED30
Complementary color
Monochromatic Colors of #3CED30
Black with #3CED30
Text Example
Text Example
White with #3CED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CED30; }
p { color: rgb(60,237,48); }
H1.HeaderClassName
{
color: #3CED30;
}
.AnyTagClassName
{
color: #3CED30;
}
</style>
background-color css
<style>
a { background-color: #3CED30; }
a { background-color: rgb(60,237,48); }
div.DivClassName
{
background-color: #3CED30;
}
.BgClassName
{
background-color: #3CED30;
}
</style>
border-color css
<style>
span { border-color: #3CED30; }
span { border-color: rgb(60,237,48); }
td.TdClassName
{
border-color: #3CED30;
}
.TagClassName
{
border-color: #3CED30;
}
</style>