Shades of Lime Green #2AF33C
Tints of Lime Green #2AF33C
RGB
CMYK
RGB Variations
Color information
#2AF33C (or 0x2AF33C) is known color: Lime Green. HEX triplet: 2A, F3 and 3C. RGB value is (42,243,60). Sum of RGB (Red+Green+Blue) = 42+243+60=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 243 (95.31% from 255 or 70.43% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF33C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF33C is #D50CC3. Grayscale: #A2A2A2. Windows color (decimal): -13962436 or 3994410. OLE color: 3994410.
HSL color Cylindrical-coordinate representation of color #2AF33C: hue angle of 125.37º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF33C is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 60 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.05 |
| HSL | 125.37º | 0.89% | 0.56% | - |
| HSV(B) | 125.37º | 0.83% | 0.95% | - |
| XYZ | 33.82 | 64.92 | 15.02 | - |
| YUV | 162.04 | 70.41 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 60 | 0.83 | 0 | 0.75 | 0.05 | 125.37 | 0.89 | 0.56 |
| Hex | 2A | F3 | 3C | 53 | 0 | 4B | 5 | 7D | 59 | 38 |
| Octal | 52 | 363 | 74 | 123 | 0 | 113 | 5 | 175 | 131 | 70 |
| Binary | 101010 | 11110011 | 111100 | 1010011 | 0 | 1001011 | 101 | 1111101 | 1011001 | 111000 |
Color Harmonies of #2AF33C
Complementary color
Monochromatic Colors of #2AF33C
Black with #2AF33C
Text Example
Text Example
White with #2AF33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF33C; }
p { color: rgb(42,243,60); }
H1.HeaderClassName
{
color: #2AF33C;
}
.AnyTagClassName
{
color: #2AF33C;
}
</style>
background-color css
<style>
a { background-color: #2AF33C; }
a { background-color: rgb(42,243,60); }
div.DivClassName
{
background-color: #2AF33C;
}
.BgClassName
{
background-color: #2AF33C;
}
</style>
border-color css
<style>
span { border-color: #2AF33C; }
span { border-color: rgb(42,243,60); }
td.TdClassName
{
border-color: #2AF33C;
}
.TagClassName
{
border-color: #2AF33C;
}
</style>