Shades of Lime Green #3CED28
Tints of Lime Green #3CED28
RGB
CMYK
RGB Variations
Color information
#3CED28 (or 0x3CED28) is known color: Lime Green. HEX triplet: 3C, ED and 28. RGB value is (60,237,40). Sum of RGB (Red+Green+Blue) = 60+237+40=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 237 (92.97% from 255 or 70.33% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CED28 is #C312D7. Grayscale: #A2A2A2. Windows color (decimal): -12784344 or 2682172. OLE color: 2682172.
HSL color Cylindrical-coordinate representation of color #3CED28: hue angle of 113.91º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3CED28 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 40 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.07 |
| HSL | 113.91º | 0.85% | 0.54% | - |
| HSV(B) | 113.91º | 0.83% | 0.93% | - |
| XYZ | 32.53 | 61.68 | 12.2 | - |
| YUV | 161.62 | 59.36 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 40 | 0.75 | 0 | 0.83 | 0.07 | 113.91 | 0.85 | 0.54 |
| Hex | 3C | ED | 28 | 4B | 0 | 53 | 7 | 72 | 55 | 36 |
| Octal | 74 | 355 | 50 | 113 | 0 | 123 | 7 | 162 | 125 | 66 |
| Binary | 111100 | 11101101 | 101000 | 1001011 | 0 | 1010011 | 111 | 1110010 | 1010101 | 110110 |
Color Harmonies of #3CED28
Complementary color
Monochromatic Colors of #3CED28
Black with #3CED28
Text Example
Text Example
White with #3CED28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CED28; }
p { color: rgb(60,237,40); }
H1.HeaderClassName
{
color: #3CED28;
}
.AnyTagClassName
{
color: #3CED28;
}
</style>
background-color css
<style>
a { background-color: #3CED28; }
a { background-color: rgb(60,237,40); }
div.DivClassName
{
background-color: #3CED28;
}
.BgClassName
{
background-color: #3CED28;
}
</style>
border-color css
<style>
span { border-color: #3CED28; }
span { border-color: rgb(60,237,40); }
td.TdClassName
{
border-color: #3CED28;
}
.TagClassName
{
border-color: #3CED28;
}
</style>