Shades of Lime Green #3BCB2D
Tints of Lime Green #3BCB2D
RGB
CMYK
RGB Variations
Color information
#3BCB2D (or 0x3BCB2D) is known color: Lime Green. HEX triplet: 3B, CB and 2D. RGB value is (59,203,45). Sum of RGB (Red+Green+Blue) = 59+203+45=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 203 (79.69% from 255 or 66.12% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCB2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCB2D is #C434D2. Grayscale: #8E8E8E. Windows color (decimal): -12858579 or 3001147. OLE color: 3001147.
HSL color Cylindrical-coordinate representation of color #3BCB2D: hue angle of 114.68º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3BCB2D is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 203 | 45 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.20 |
| HSL | 114.68º | 0.64% | 0.49% | - |
| HSV(B) | 114.68º | 0.78% | 0.8% | - |
| XYZ | 23.63 | 43.83 | 9.7 | - |
| YUV | 141.93 | 73.29 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 45 | 0.71 | 0 | 0.78 | 0.20 | 114.68 | 0.64 | 0.49 |
| Hex | 3B | CB | 2D | 47 | 0 | 4E | 14 | 73 | 40 | 31 |
| Octal | 73 | 313 | 55 | 107 | 0 | 116 | 24 | 163 | 100 | 61 |
| Binary | 111011 | 11001011 | 101101 | 1000111 | 0 | 1001110 | 10100 | 1110011 | 1000000 | 110001 |
Color Harmonies of #3BCB2D
Complementary color
Monochromatic Colors of #3BCB2D
Black with #3BCB2D
Text Example
Text Example
White with #3BCB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCB2D; }
p { color: rgb(59,203,45); }
H1.HeaderClassName
{
color: #3BCB2D;
}
.AnyTagClassName
{
color: #3BCB2D;
}
</style>
background-color css
<style>
a { background-color: #3BCB2D; }
a { background-color: rgb(59,203,45); }
div.DivClassName
{
background-color: #3BCB2D;
}
.BgClassName
{
background-color: #3BCB2D;
}
</style>
border-color css
<style>
span { border-color: #3BCB2D; }
span { border-color: rgb(59,203,45); }
td.TdClassName
{
border-color: #3BCB2D;
}
.TagClassName
{
border-color: #3BCB2D;
}
</style>