Shades of Lime Green #3CF32B
Tints of Lime Green #3CF32B
RGB
CMYK
RGB Variations
Color information
#3CF32B (or 0x3CF32B) is known color: Lime Green. HEX triplet: 3C, F3 and 2B. RGB value is (60,243,43). Sum of RGB (Red+Green+Blue) = 60+243+43=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 243 (95.31% from 255 or 70.23% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF32B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF32B is #C30CD4. Grayscale: #A6A6A6. Windows color (decimal): -12782805 or 2880316. OLE color: 2880316.
HSL color Cylindrical-coordinate representation of color #3CF32B: hue angle of 114.9º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CF32B is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 43 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.05 |
| HSL | 114.9º | 0.89% | 0.56% | - |
| HSV(B) | 114.9º | 0.82% | 0.95% | - |
| XYZ | 34.35 | 65.24 | 13.07 | - |
| YUV | 165.48 | 58.87 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 43 | 0.75 | 0 | 0.82 | 0.05 | 114.9 | 0.89 | 0.56 |
| Hex | 3C | F3 | 2B | 4B | 0 | 52 | 5 | 73 | 59 | 38 |
| Octal | 74 | 363 | 53 | 113 | 0 | 122 | 5 | 163 | 131 | 70 |
| Binary | 111100 | 11110011 | 101011 | 1001011 | 0 | 1010010 | 101 | 1110011 | 1011001 | 111000 |
Color Harmonies of #3CF32B
Complementary color
Monochromatic Colors of #3CF32B
Black with #3CF32B
Text Example
Text Example
White with #3CF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF32B; }
p { color: rgb(60,243,43); }
H1.HeaderClassName
{
color: #3CF32B;
}
.AnyTagClassName
{
color: #3CF32B;
}
</style>
background-color css
<style>
a { background-color: #3CF32B; }
a { background-color: rgb(60,243,43); }
div.DivClassName
{
background-color: #3CF32B;
}
.BgClassName
{
background-color: #3CF32B;
}
</style>
border-color css
<style>
span { border-color: #3CF32B; }
span { border-color: rgb(60,243,43); }
td.TdClassName
{
border-color: #3CF32B;
}
.TagClassName
{
border-color: #3CF32B;
}
</style>