Shades of Lime Green #2AF338
Tints of Lime Green #2AF338
RGB
CMYK
RGB Variations
Color information
#2AF338 (or 0x2AF338) is known color: Lime Green. HEX triplet: 2A, F3 and 38. RGB value is (42,243,56). Sum of RGB (Red+Green+Blue) = 42+243+56=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 243 (95.31% from 255 or 71.26% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF338 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF338 is #D50CC7. Grayscale: #A2A2A2. Windows color (decimal): -13962440 or 3732266. OLE color: 3732266.
HSL color Cylindrical-coordinate representation of color #2AF338: hue angle of 124.18º 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 #2AF338 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 56 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.05 |
| HSL | 124.18º | 0.89% | 0.56% | - |
| HSV(B) | 124.18º | 0.83% | 0.95% | - |
| XYZ | 33.72 | 64.88 | 14.49 | - |
| YUV | 161.58 | 68.41 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 56 | 0.83 | 0 | 0.77 | 0.05 | 124.18 | 0.89 | 0.56 |
| Hex | 2A | F3 | 38 | 53 | 0 | 4D | 5 | 7C | 59 | 38 |
| Octal | 52 | 363 | 70 | 123 | 0 | 115 | 5 | 174 | 131 | 70 |
| Binary | 101010 | 11110011 | 111000 | 1010011 | 0 | 1001101 | 101 | 1111100 | 1011001 | 111000 |
Color Harmonies of #2AF338
Complementary color
Monochromatic Colors of #2AF338
Black with #2AF338
Text Example
Text Example
White with #2AF338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF338; }
p { color: rgb(42,243,56); }
H1.HeaderClassName
{
color: #2AF338;
}
.AnyTagClassName
{
color: #2AF338;
}
</style>
background-color css
<style>
a { background-color: #2AF338; }
a { background-color: rgb(42,243,56); }
div.DivClassName
{
background-color: #2AF338;
}
.BgClassName
{
background-color: #2AF338;
}
</style>
border-color css
<style>
span { border-color: #2AF338; }
span { border-color: rgb(42,243,56); }
td.TdClassName
{
border-color: #2AF338;
}
.TagClassName
{
border-color: #2AF338;
}
</style>