Shades of Lime Green #3CB63D
Tints of Lime Green #3CB63D
RGB
CMYK
RGB Variations
Color information
#3CB63D (or 0x3CB63D) is known color: Lime Green. HEX triplet: 3C, B6 and 3D. RGB value is (60,182,61). Sum of RGB (Red+Green+Blue) = 60+182+61=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 182 (71.48% from 255 or 60.07% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB63D is #C349C2. Grayscale: #848484. Windows color (decimal): -12798403 or 4044348. OLE color: 4044348.
HSL color Cylindrical-coordinate representation of color #3CB63D: hue angle of 120.49º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB63D is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 61 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.29 |
| HSL | 120.49º | 0.5% | 0.47% | - |
| HSV(B) | 120.49º | 0.67% | 0.71% | - |
| XYZ | 19.43 | 34.75 | 10.1 | - |
| YUV | 131.73 | 88.08 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 61 | 0.67 | 0 | 0.66 | 0.29 | 120.49 | 0.5 | 0.47 |
| Hex | 3C | B6 | 3D | 43 | 0 | 42 | 1D | 78 | 32 | 2F |
| Octal | 74 | 266 | 75 | 103 | 0 | 102 | 35 | 170 | 62 | 57 |
| Binary | 111100 | 10110110 | 111101 | 1000011 | 0 | 1000010 | 11101 | 1111000 | 110010 | 101111 |
Color Harmonies of #3CB63D
Complementary color
Monochromatic Colors of #3CB63D
Black with #3CB63D
Text Example
Text Example
White with #3CB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB63D; }
p { color: rgb(60,182,61); }
H1.HeaderClassName
{
color: #3CB63D;
}
.AnyTagClassName
{
color: #3CB63D;
}
</style>
background-color css
<style>
a { background-color: #3CB63D; }
a { background-color: rgb(60,182,61); }
div.DivClassName
{
background-color: #3CB63D;
}
.BgClassName
{
background-color: #3CB63D;
}
</style>
border-color css
<style>
span { border-color: #3CB63D; }
span { border-color: rgb(60,182,61); }
td.TdClassName
{
border-color: #3CB63D;
}
.TagClassName
{
border-color: #3CB63D;
}
</style>