Shades of Lime Green #3CE44B
Tints of Lime Green #3CE44B
RGB
CMYK
RGB Variations
Color information
#3CE44B (or 0x3CE44B) is known color: Lime Green. HEX triplet: 3C, E4 and 4B. RGB value is (60,228,75). Sum of RGB (Red+Green+Blue) = 60+228+75=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 228 (89.45% from 255 or 62.81% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 228 - color contains mainly: green. Hex color #3CE44B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE44B is #C31BB4. Grayscale: #A0A0A0. Windows color (decimal): -12786613 or 4973628. OLE color: 4973628.
HSL color Cylindrical-coordinate representation of color #3CE44B: hue angle of 125.36º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE44B is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 228 | 75 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.11 |
| HSL | 125.36º | 0.76% | 0.56% | - |
| HSV(B) | 125.36º | 0.74% | 0.89% | - |
| XYZ | 30.88 | 56.96 | 16.02 | - |
| YUV | 160.33 | 79.84 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 228 | 75 | 0.74 | 0 | 0.67 | 0.11 | 125.36 | 0.76 | 0.56 |
| Hex | 3C | E4 | 4B | 4A | 0 | 43 | B | 7D | 4C | 38 |
| Octal | 74 | 344 | 113 | 112 | 0 | 103 | 13 | 175 | 114 | 70 |
| Binary | 111100 | 11100100 | 1001011 | 1001010 | 0 | 1000011 | 1011 | 1111101 | 1001100 | 111000 |
Color Harmonies of #3CE44B
Complementary color
Monochromatic Colors of #3CE44B
Black with #3CE44B
Text Example
Text Example
White with #3CE44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE44B; }
p { color: rgb(60,228,75); }
H1.HeaderClassName
{
color: #3CE44B;
}
.AnyTagClassName
{
color: #3CE44B;
}
</style>
background-color css
<style>
a { background-color: #3CE44B; }
a { background-color: rgb(60,228,75); }
div.DivClassName
{
background-color: #3CE44B;
}
.BgClassName
{
background-color: #3CE44B;
}
</style>
border-color css
<style>
span { border-color: #3CE44B; }
span { border-color: rgb(60,228,75); }
td.TdClassName
{
border-color: #3CE44B;
}
.TagClassName
{
border-color: #3CE44B;
}
</style>