Shades of Lime Green #3CEA28
Tints of Lime Green #3CEA28
RGB
CMYK
RGB Variations
Color information
#3CEA28 (or 0x3CEA28) is known color: Lime Green. HEX triplet: 3C, EA and 28. RGB value is (60,234,40). Sum of RGB (Red+Green+Blue) = 60+234+40=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 234 (91.80% from 255 or 70.06% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEA28 is #C315D7. Grayscale: #A0A0A0. Windows color (decimal): -12785112 or 2681404. OLE color: 2681404.
HSL color Cylindrical-coordinate representation of color #3CEA28: hue angle of 113.81º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3CEA28 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 40 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.08 |
| HSL | 113.81º | 0.82% | 0.54% | - |
| HSV(B) | 113.81º | 0.83% | 0.92% | - |
| XYZ | 31.67 | 59.96 | 11.91 | - |
| YUV | 159.86 | 60.35 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 40 | 0.74 | 0 | 0.83 | 0.08 | 113.81 | 0.82 | 0.54 |
| Hex | 3C | EA | 28 | 4A | 0 | 53 | 8 | 72 | 52 | 36 |
| Octal | 74 | 352 | 50 | 112 | 0 | 123 | 10 | 162 | 122 | 66 |
| Binary | 111100 | 11101010 | 101000 | 1001010 | 0 | 1010011 | 1000 | 1110010 | 1010010 | 110110 |
Color Harmonies of #3CEA28
Complementary color
Monochromatic Colors of #3CEA28
Black with #3CEA28
Text Example
Text Example
White with #3CEA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEA28; }
p { color: rgb(60,234,40); }
H1.HeaderClassName
{
color: #3CEA28;
}
.AnyTagClassName
{
color: #3CEA28;
}
</style>
background-color css
<style>
a { background-color: #3CEA28; }
a { background-color: rgb(60,234,40); }
div.DivClassName
{
background-color: #3CEA28;
}
.BgClassName
{
background-color: #3CEA28;
}
</style>
border-color css
<style>
span { border-color: #3CEA28; }
span { border-color: rgb(60,234,40); }
td.TdClassName
{
border-color: #3CEA28;
}
.TagClassName
{
border-color: #3CEA28;
}
</style>