Shades of Lime Green #3DCB2B
Tints of Lime Green #3DCB2B
RGB
CMYK
RGB Variations
Color information
#3DCB2B (or 0x3DCB2B) is known color: Lime Green. HEX triplet: 3D, CB and 2B. RGB value is (61,203,43). Sum of RGB (Red+Green+Blue) = 61+203+43=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 203 (79.69% from 255 or 66.12% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCB2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCB2B is #C234D4. Grayscale: #8E8E8E. Windows color (decimal): -12727509 or 2870077. OLE color: 2870077.
HSL color Cylindrical-coordinate representation of color #3DCB2B: hue angle of 113.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3DCB2B is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 203 | 43 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.20 |
| HSL | 113.25º | 0.65% | 0.48% | - |
| HSV(B) | 113.25º | 0.79% | 0.8% | - |
| XYZ | 23.72 | 43.88 | 9.5 | - |
| YUV | 142.3 | 71.96 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 43 | 0.70 | 0 | 0.79 | 0.20 | 113.25 | 0.65 | 0.48 |
| Hex | 3D | CB | 2B | 46 | 0 | 4F | 14 | 71 | 41 | 30 |
| Octal | 75 | 313 | 53 | 106 | 0 | 117 | 24 | 161 | 101 | 60 |
| Binary | 111101 | 11001011 | 101011 | 1000110 | 0 | 1001111 | 10100 | 1110001 | 1000001 | 110000 |
Color Harmonies of #3DCB2B
Complementary color
Monochromatic Colors of #3DCB2B
Black with #3DCB2B
Text Example
Text Example
White with #3DCB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCB2B; }
p { color: rgb(61,203,43); }
H1.HeaderClassName
{
color: #3DCB2B;
}
.AnyTagClassName
{
color: #3DCB2B;
}
</style>
background-color css
<style>
a { background-color: #3DCB2B; }
a { background-color: rgb(61,203,43); }
div.DivClassName
{
background-color: #3DCB2B;
}
.BgClassName
{
background-color: #3DCB2B;
}
</style>
border-color css
<style>
span { border-color: #3DCB2B; }
span { border-color: rgb(61,203,43); }
td.TdClassName
{
border-color: #3DCB2B;
}
.TagClassName
{
border-color: #3DCB2B;
}
</style>