Shades of Lime Green #3CF338
Tints of Lime Green #3CF338
RGB
CMYK
RGB Variations
Color information
#3CF338 (or 0x3CF338) is known color: Lime Green. HEX triplet: 3C, F3 and 38. RGB value is (60,243,56). Sum of RGB (Red+Green+Blue) = 60+243+56=359 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.71% from 359); Green value is 243 (95.31% from 255 or 67.69% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF338 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF338 is #C30CC7. Grayscale: #A7A7A7. Windows color (decimal): -12782792 or 3732284. OLE color: 3732284.
HSL color Cylindrical-coordinate representation of color #3CF338: hue angle of 118.72º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CF338 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 56 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.05 |
| HSL | 118.72º | 0.89% | 0.59% | - |
| HSV(B) | 118.72º | 0.77% | 0.95% | - |
| XYZ | 34.63 | 65.35 | 14.53 | - |
| YUV | 166.97 | 65.37 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 56 | 0.75 | 0 | 0.77 | 0.05 | 118.72 | 0.89 | 0.59 |
| Hex | 3C | F3 | 38 | 4B | 0 | 4D | 5 | 77 | 59 | 3B |
| Octal | 74 | 363 | 70 | 113 | 0 | 115 | 5 | 167 | 131 | 73 |
| Binary | 111100 | 11110011 | 111000 | 1001011 | 0 | 1001101 | 101 | 1110111 | 1011001 | 111011 |
Color Harmonies of #3CF338
Complementary color
Monochromatic Colors of #3CF338
Black with #3CF338
Text Example
Text Example
White with #3CF338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF338; }
p { color: rgb(60,243,56); }
H1.HeaderClassName
{
color: #3CF338;
}
.AnyTagClassName
{
color: #3CF338;
}
</style>
background-color css
<style>
a { background-color: #3CF338; }
a { background-color: rgb(60,243,56); }
div.DivClassName
{
background-color: #3CF338;
}
.BgClassName
{
background-color: #3CF338;
}
</style>
border-color css
<style>
span { border-color: #3CF338; }
span { border-color: rgb(60,243,56); }
td.TdClassName
{
border-color: #3CF338;
}
.TagClassName
{
border-color: #3CF338;
}
</style>