Shades of Lime Green #3BCC43
Tints of Lime Green #3BCC43
RGB
CMYK
RGB Variations
Color information
#3BCC43 (or 0x3BCC43) is known color: Lime Green. HEX triplet: 3B, CC and 43. RGB value is (59,204,67). Sum of RGB (Red+Green+Blue) = 59+204+67=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 204 (80.08% from 255 or 61.82% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 204 - color contains mainly: green. Hex color #3BCC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCC43 is #C433BC. Grayscale: #919191. Windows color (decimal): -12858301 or 4443195. OLE color: 4443195.
HSL color Cylindrical-coordinate representation of color #3BCC43: hue angle of 123.31º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCC43 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 204 | 67 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.2 |
| HSL | 123.31º | 0.59% | 0.52% | - |
| HSV(B) | 123.31º | 0.71% | 0.8% | - |
| XYZ | 24.41 | 44.52 | 12.62 | - |
| YUV | 145.03 | 83.96 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 204 | 67 | 0.71 | 0 | 0.67 | 0.2 | 123.31 | 0.59 | 0.52 |
| Hex | 3B | CC | 43 | 47 | 0 | 43 | 14 | 7B | 3B | 34 |
| Octal | 73 | 314 | 103 | 107 | 0 | 103 | 24 | 173 | 73 | 64 |
| Binary | 111011 | 11001100 | 1000011 | 1000111 | 0 | 1000011 | 10100 | 1111011 | 111011 | 110100 |
Color Harmonies of #3BCC43
Complementary color
Monochromatic Colors of #3BCC43
Black with #3BCC43
Text Example
Text Example
White with #3BCC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCC43; }
p { color: rgb(59,204,67); }
H1.HeaderClassName
{
color: #3BCC43;
}
.AnyTagClassName
{
color: #3BCC43;
}
</style>
background-color css
<style>
a { background-color: #3BCC43; }
a { background-color: rgb(59,204,67); }
div.DivClassName
{
background-color: #3BCC43;
}
.BgClassName
{
background-color: #3BCC43;
}
</style>
border-color css
<style>
span { border-color: #3BCC43; }
span { border-color: rgb(59,204,67); }
td.TdClassName
{
border-color: #3BCC43;
}
.TagClassName
{
border-color: #3BCC43;
}
</style>