Html Css Color HEX #2AC146 Lime Green

📋 copy color: '#2AC146'

red 42 ◦ green 193 ◦ blue 70

#2AC146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2AC146

Tints of Lime Green #2AC146

RGB

 RED value IS 42 (16.8% from 255) = 13.77%

 GREEN value IS 193 (75.78% from 255) = 63.28%

 BLUE value IS 70 (27.73% from 255) = 22.95%

R = 13.77%
G = 63.28%
B = 22.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2AC146 (or 0x2AC146) is known color: Lime Green. HEX triplet: 2A, C1 and 46. RGB value is (42,193,70). Sum of RGB (Red+Green+Blue) = 42+193+70=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 193 (75.78% from 255 or 63.28% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC146 is #D53EB9. Grayscale: #868686. Windows color (decimal): -13975226 or 4636970. OLE color: 4636970.

HSL color Cylindrical-coordinate representation of color #2AC146: hue angle of 131.13º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC146 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 193 70 -
CMYK 0.78 0 0.64 0.24
HSL 131.13º 0.64% 0.46% -
HSV(B) 131.13º 0.78% 0.76% -
XYZ 21.13 39.07 12.22 -
YUV 133.83 91.97 62.5 -
System Red Green Blue C M Y K H S L
Decimal 42 193 70 0.78 0 0.64 0.24 131.13 0.64 0.46
Hex 2A C1 46 4E 0 40 18 83 40 2E
Octal 52 301 106 116 0 100 30 203 100 56
Binary 101010 11000001 1000110 1001110 0 1000000 11000 10000011 1000000 101110

Color Harmonies of #2AC146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC146

Black with #2AC146

Text Example


Text Example

White with #2AC146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AC146; }

 p { color: rgb(42,193,70); }

 H1.HeaderClassName
 {
   color: #2AC146;
 }
 .AnyTagClassName
 {
   color: #2AC146;
 }
</style>

background-color css

<style>
 a { background-color: #2AC146; }

 a { background-color: rgb(42,193,70); }

 div.DivClassName
 {
   background-color: #2AC146;
 }
 .BgClassName
 {
   background-color: #2AC146;
 }
</style>

border-color css

<style>
 span { border-color: #2AC146; }

 span { border-color: rgb(42,193,70); }

 td.TdClassName
 {
   border-color: #2AC146;
 }
 .TagClassName
 {
   border-color: #2AC146;
 }
</style>