Shades of Lime Green #3CE731
Tints of Lime Green #3CE731
RGB
CMYK
RGB Variations
Color information
#3CE731 (or 0x3CE731) is known color: Lime Green. HEX triplet: 3C, E7 and 31. RGB value is (60,231,49). Sum of RGB (Red+Green+Blue) = 60+231+49=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 231 (90.62% from 255 or 67.94% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE731 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE731 is #C318CE. Grayscale: #9F9F9F. Windows color (decimal): -12785871 or 3270460. OLE color: 3270460.
HSL color Cylindrical-coordinate representation of color #3CE731: hue angle of 116.37º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CE731 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 49 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.09 |
| HSL | 116.37º | 0.79% | 0.55% | - |
| HSV(B) | 116.37º | 0.79% | 0.91% | - |
| XYZ | 30.99 | 58.33 | 12.53 | - |
| YUV | 159.12 | 65.85 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 49 | 0.74 | 0 | 0.79 | 0.09 | 116.37 | 0.79 | 0.55 |
| Hex | 3C | E7 | 31 | 4A | 0 | 4F | 9 | 74 | 4F | 37 |
| Octal | 74 | 347 | 61 | 112 | 0 | 117 | 11 | 164 | 117 | 67 |
| Binary | 111100 | 11100111 | 110001 | 1001010 | 0 | 1001111 | 1001 | 1110100 | 1001111 | 110111 |
Color Harmonies of #3CE731
Complementary color
Monochromatic Colors of #3CE731
Black with #3CE731
Text Example
Text Example
White with #3CE731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE731; }
p { color: rgb(60,231,49); }
H1.HeaderClassName
{
color: #3CE731;
}
.AnyTagClassName
{
color: #3CE731;
}
</style>
background-color css
<style>
a { background-color: #3CE731; }
a { background-color: rgb(60,231,49); }
div.DivClassName
{
background-color: #3CE731;
}
.BgClassName
{
background-color: #3CE731;
}
</style>
border-color css
<style>
span { border-color: #3CE731; }
span { border-color: rgb(60,231,49); }
td.TdClassName
{
border-color: #3CE731;
}
.TagClassName
{
border-color: #3CE731;
}
</style>