Shades of Lime Green #3DB83C
Tints of Lime Green #3DB83C
RGB
CMYK
RGB Variations
Color information
#3DB83C (or 0x3DB83C) is known color: Lime Green. HEX triplet: 3D, B8 and 3C. RGB value is (61,184,60). Sum of RGB (Red+Green+Blue) = 61+184+60=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 184 (72.27% from 255 or 60.33% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB83C is #C247C3. Grayscale: #858585. Windows color (decimal): -12732356 or 3979325. OLE color: 3979325.
HSL color Cylindrical-coordinate representation of color #3DB83C: hue angle of 119.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB83C is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 184 | 60 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.28 |
| HSL | 119.52º | 0.51% | 0.48% | - |
| HSV(B) | 119.52º | 0.67% | 0.72% | - |
| XYZ | 19.88 | 35.6 | 10.1 | - |
| YUV | 133.09 | 86.75 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 184 | 60 | 0.67 | 0 | 0.67 | 0.28 | 119.52 | 0.51 | 0.48 |
| Hex | 3D | B8 | 3C | 43 | 0 | 43 | 1C | 78 | 33 | 30 |
| Octal | 75 | 270 | 74 | 103 | 0 | 103 | 34 | 170 | 63 | 60 |
| Binary | 111101 | 10111000 | 111100 | 1000011 | 0 | 1000011 | 11100 | 1111000 | 110011 | 110000 |
Color Harmonies of #3DB83C
Complementary color
Monochromatic Colors of #3DB83C
Black with #3DB83C
Text Example
Text Example
White with #3DB83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB83C; }
p { color: rgb(61,184,60); }
H1.HeaderClassName
{
color: #3DB83C;
}
.AnyTagClassName
{
color: #3DB83C;
}
</style>
background-color css
<style>
a { background-color: #3DB83C; }
a { background-color: rgb(61,184,60); }
div.DivClassName
{
background-color: #3DB83C;
}
.BgClassName
{
background-color: #3DB83C;
}
</style>
border-color css
<style>
span { border-color: #3DB83C; }
span { border-color: rgb(61,184,60); }
td.TdClassName
{
border-color: #3DB83C;
}
.TagClassName
{
border-color: #3DB83C;
}
</style>