Shades of Lime Green #2CF33B
Tints of Lime Green #2CF33B
RGB
CMYK
RGB Variations
Color information
#2CF33B (or 0x2CF33B) is known color: Lime Green. HEX triplet: 2C, F3 and 3B. RGB value is (44,243,59). Sum of RGB (Red+Green+Blue) = 44+243+59=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 243 (95.31% from 255 or 70.23% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF33B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF33B is #D30CC4. Grayscale: #A3A3A3. Windows color (decimal): -13831365 or 3928876. OLE color: 3928876.
HSL color Cylindrical-coordinate representation of color #2CF33B: hue angle of 124.52º 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 #2CF33B is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 243 | 59 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.05 |
| HSL | 124.52º | 0.89% | 0.56% | - |
| HSV(B) | 124.52º | 0.82% | 0.95% | - |
| XYZ | 33.88 | 64.95 | 14.89 | - |
| YUV | 162.52 | 69.57 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 243 | 59 | 0.82 | 0 | 0.76 | 0.05 | 124.52 | 0.89 | 0.56 |
| Hex | 2C | F3 | 3B | 52 | 0 | 4C | 5 | 7D | 59 | 38 |
| Octal | 54 | 363 | 73 | 122 | 0 | 114 | 5 | 175 | 131 | 70 |
| Binary | 101100 | 11110011 | 111011 | 1010010 | 0 | 1001100 | 101 | 1111101 | 1011001 | 111000 |
Color Harmonies of #2CF33B
Complementary color
Monochromatic Colors of #2CF33B
Black with #2CF33B
Text Example
Text Example
White with #2CF33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF33B; }
p { color: rgb(44,243,59); }
H1.HeaderClassName
{
color: #2CF33B;
}
.AnyTagClassName
{
color: #2CF33B;
}
</style>
background-color css
<style>
a { background-color: #2CF33B; }
a { background-color: rgb(44,243,59); }
div.DivClassName
{
background-color: #2CF33B;
}
.BgClassName
{
background-color: #2CF33B;
}
</style>
border-color css
<style>
span { border-color: #2CF33B; }
span { border-color: rgb(44,243,59); }
td.TdClassName
{
border-color: #2CF33B;
}
.TagClassName
{
border-color: #2CF33B;
}
</style>