Shades of Lime Green #3BC144
Tints of Lime Green #3BC144
RGB
CMYK
RGB Variations
Color information
#3BC144 (or 0x3BC144) is known color: Lime Green. HEX triplet: 3B, C1 and 44. RGB value is (59,193,68). Sum of RGB (Red+Green+Blue) = 59+193+68=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 193 (75.78% from 255 or 60.31% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC144 is #C43EBB. Grayscale: #8B8B8B. Windows color (decimal): -12861116 or 4505915. OLE color: 4505915.
HSL color Cylindrical-coordinate representation of color #3BC144: hue angle of 124.03º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC144 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 193 | 68 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.24 |
| HSL | 124.03º | 0.53% | 0.49% | - |
| HSV(B) | 124.03º | 0.69% | 0.76% | - |
| XYZ | 21.92 | 39.49 | 11.94 | - |
| YUV | 138.68 | 88.11 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 193 | 68 | 0.69 | 0 | 0.65 | 0.24 | 124.03 | 0.53 | 0.49 |
| Hex | 3B | C1 | 44 | 45 | 0 | 41 | 18 | 7C | 35 | 31 |
| Octal | 73 | 301 | 104 | 105 | 0 | 101 | 30 | 174 | 65 | 61 |
| Binary | 111011 | 11000001 | 1000100 | 1000101 | 0 | 1000001 | 11000 | 1111100 | 110101 | 110001 |
Color Harmonies of #3BC144
Complementary color
Monochromatic Colors of #3BC144
Black with #3BC144
Text Example
Text Example
White with #3BC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC144; }
p { color: rgb(59,193,68); }
H1.HeaderClassName
{
color: #3BC144;
}
.AnyTagClassName
{
color: #3BC144;
}
</style>
background-color css
<style>
a { background-color: #3BC144; }
a { background-color: rgb(59,193,68); }
div.DivClassName
{
background-color: #3BC144;
}
.BgClassName
{
background-color: #3BC144;
}
</style>
border-color css
<style>
span { border-color: #3BC144; }
span { border-color: rgb(59,193,68); }
td.TdClassName
{
border-color: #3BC144;
}
.TagClassName
{
border-color: #3BC144;
}
</style>