Shades of Lime Green #3CEA26
Tints of Lime Green #3CEA26
RGB
CMYK
RGB Variations
Color information
#3CEA26 (or 0x3CEA26) is known color: Lime Green. HEX triplet: 3C, EA and 26. RGB value is (60,234,38). Sum of RGB (Red+Green+Blue) = 60+234+38=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 234 (91.80% from 255 or 70.48% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEA26 is #C315D9. Grayscale: #A0A0A0. Windows color (decimal): -12785114 or 2550332. OLE color: 2550332.
HSL color Cylindrical-coordinate representation of color #3CEA26: hue angle of 113.27º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CEA26 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 38 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.08 |
| HSL | 113.27º | 0.82% | 0.53% | - |
| HSV(B) | 113.27º | 0.84% | 0.92% | - |
| XYZ | 31.64 | 59.95 | 11.74 | - |
| YUV | 159.63 | 59.35 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 38 | 0.74 | 0 | 0.84 | 0.08 | 113.27 | 0.82 | 0.53 |
| Hex | 3C | EA | 26 | 4A | 0 | 54 | 8 | 71 | 52 | 35 |
| Octal | 74 | 352 | 46 | 112 | 0 | 124 | 10 | 161 | 122 | 65 |
| Binary | 111100 | 11101010 | 100110 | 1001010 | 0 | 1010100 | 1000 | 1110001 | 1010010 | 110101 |
Color Harmonies of #3CEA26
Complementary color
Monochromatic Colors of #3CEA26
Black with #3CEA26
Text Example
Text Example
White with #3CEA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEA26; }
p { color: rgb(60,234,38); }
H1.HeaderClassName
{
color: #3CEA26;
}
.AnyTagClassName
{
color: #3CEA26;
}
</style>
background-color css
<style>
a { background-color: #3CEA26; }
a { background-color: rgb(60,234,38); }
div.DivClassName
{
background-color: #3CEA26;
}
.BgClassName
{
background-color: #3CEA26;
}
</style>
border-color css
<style>
span { border-color: #3CEA26; }
span { border-color: rgb(60,234,38); }
td.TdClassName
{
border-color: #3CEA26;
}
.TagClassName
{
border-color: #3CEA26;
}
</style>