Shades of Lime Green #3CE225
Tints of Lime Green #3CE225
RGB
CMYK
RGB Variations
Color information
#3CE225 (or 0x3CE225) is known color: Lime Green. HEX triplet: 3C, E2 and 25. RGB value is (60,226,37). Sum of RGB (Red+Green+Blue) = 60+226+37=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 226 (88.67% from 255 or 69.97% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE225 is #C31DDA. Grayscale: #9B9B9B. Windows color (decimal): -12787163 or 2482748. OLE color: 2482748.
HSL color Cylindrical-coordinate representation of color #3CE225: hue angle of 112.7º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CE225 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 226 | 37 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.11 |
| HSL | 112.7º | 0.77% | 0.52% | - |
| HSV(B) | 112.7º | 0.84% | 0.89% | - |
| XYZ | 29.39 | 55.49 | 10.91 | - |
| YUV | 154.82 | 61.5 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 226 | 37 | 0.73 | 0 | 0.84 | 0.11 | 112.7 | 0.77 | 0.52 |
| Hex | 3C | E2 | 25 | 49 | 0 | 54 | B | 71 | 4D | 34 |
| Octal | 74 | 342 | 45 | 111 | 0 | 124 | 13 | 161 | 115 | 64 |
| Binary | 111100 | 11100010 | 100101 | 1001001 | 0 | 1010100 | 1011 | 1110001 | 1001101 | 110100 |
Color Harmonies of #3CE225
Complementary color
Monochromatic Colors of #3CE225
Black with #3CE225
Text Example
Text Example
White with #3CE225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE225; }
p { color: rgb(60,226,37); }
H1.HeaderClassName
{
color: #3CE225;
}
.AnyTagClassName
{
color: #3CE225;
}
</style>
background-color css
<style>
a { background-color: #3CE225; }
a { background-color: rgb(60,226,37); }
div.DivClassName
{
background-color: #3CE225;
}
.BgClassName
{
background-color: #3CE225;
}
</style>
border-color css
<style>
span { border-color: #3CE225; }
span { border-color: rgb(60,226,37); }
td.TdClassName
{
border-color: #3CE225;
}
.TagClassName
{
border-color: #3CE225;
}
</style>