Shades of Lime Green #3CE930
Tints of Lime Green #3CE930
RGB
CMYK
RGB Variations
Color information
#3CE930 (or 0x3CE930) is known color: Lime Green. HEX triplet: 3C, E9 and 30. RGB value is (60,233,48). Sum of RGB (Red+Green+Blue) = 60+233+48=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 233 (91.41% from 255 or 68.33% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 233 - color contains mainly: green. Hex color #3CE930 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE930 is #C316CF. Grayscale: #A0A0A0. Windows color (decimal): -12785360 or 3205436. OLE color: 3205436.
HSL color Cylindrical-coordinate representation of color #3CE930: hue angle of 116.11º degrees, saturation: 0.81, 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 #3CE930 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 233 | 48 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.09 |
| HSL | 116.11º | 0.81% | 0.55% | - |
| HSV(B) | 116.11º | 0.79% | 0.91% | - |
| XYZ | 31.54 | 59.45 | 12.61 | - |
| YUV | 160.18 | 64.69 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 233 | 48 | 0.74 | 0 | 0.79 | 0.09 | 116.11 | 0.81 | 0.55 |
| Hex | 3C | E9 | 30 | 4A | 0 | 4F | 9 | 74 | 51 | 37 |
| Octal | 74 | 351 | 60 | 112 | 0 | 117 | 11 | 164 | 121 | 67 |
| Binary | 111100 | 11101001 | 110000 | 1001010 | 0 | 1001111 | 1001 | 1110100 | 1010001 | 110111 |
Color Harmonies of #3CE930
Complementary color
Monochromatic Colors of #3CE930
Black with #3CE930
Text Example
Text Example
White with #3CE930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE930; }
p { color: rgb(60,233,48); }
H1.HeaderClassName
{
color: #3CE930;
}
.AnyTagClassName
{
color: #3CE930;
}
</style>
background-color css
<style>
a { background-color: #3CE930; }
a { background-color: rgb(60,233,48); }
div.DivClassName
{
background-color: #3CE930;
}
.BgClassName
{
background-color: #3CE930;
}
</style>
border-color css
<style>
span { border-color: #3CE930; }
span { border-color: rgb(60,233,48); }
td.TdClassName
{
border-color: #3CE930;
}
.TagClassName
{
border-color: #3CE930;
}
</style>