Shades of Lime Green #3CEE43
Tints of Lime Green #3CEE43
RGB
CMYK
RGB Variations
Color information
#3CEE43 (or 0x3CEE43) is known color: Lime Green. HEX triplet: 3C, EE and 43. RGB value is (60,238,67). Sum of RGB (Red+Green+Blue) = 60+238+67=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 238 (93.36% from 255 or 65.21% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEE43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEE43 is #C311BC. Grayscale: #A5A5A5. Windows color (decimal): -12784061 or 4451900. OLE color: 4451900.
HSL color Cylindrical-coordinate representation of color #3CEE43: hue angle of 122.36º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEE43 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 238 | 67 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.07 |
| HSL | 122.36º | 0.84% | 0.58% | - |
| HSV(B) | 122.36º | 0.75% | 0.93% | - |
| XYZ | 33.45 | 62.51 | 15.61 | - |
| YUV | 165.28 | 72.53 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 238 | 67 | 0.75 | 0 | 0.72 | 0.07 | 122.36 | 0.84 | 0.58 |
| Hex | 3C | EE | 43 | 4B | 0 | 48 | 7 | 7A | 54 | 3A |
| Octal | 74 | 356 | 103 | 113 | 0 | 110 | 7 | 172 | 124 | 72 |
| Binary | 111100 | 11101110 | 1000011 | 1001011 | 0 | 1001000 | 111 | 1111010 | 1010100 | 111010 |
Color Harmonies of #3CEE43
Complementary color
Monochromatic Colors of #3CEE43
Black with #3CEE43
Text Example
Text Example
White with #3CEE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEE43; }
p { color: rgb(60,238,67); }
H1.HeaderClassName
{
color: #3CEE43;
}
.AnyTagClassName
{
color: #3CEE43;
}
</style>
background-color css
<style>
a { background-color: #3CEE43; }
a { background-color: rgb(60,238,67); }
div.DivClassName
{
background-color: #3CEE43;
}
.BgClassName
{
background-color: #3CEE43;
}
</style>
border-color css
<style>
span { border-color: #3CEE43; }
span { border-color: rgb(60,238,67); }
td.TdClassName
{
border-color: #3CEE43;
}
.TagClassName
{
border-color: #3CEE43;
}
</style>