Html Css Color HEX #2AC12C Lime Green

📋 copy color: '#2AC12C'

red 42 ◦ green 193 ◦ blue 44

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

Shades of Lime Green #2AC12C

Tints of Lime Green #2AC12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 15.05%
G = 69.18%
B = 15.77%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#2AC12C (or 0x2AC12C) is known color: Lime Green. HEX triplet: 2A, C1 and 2C. RGB value is (42,193,44). Sum of RGB (Red+Green+Blue) = 42+193+44=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 193 (75.78% from 255 or 69.18% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC12C is #D53ED3. Grayscale: #838383. Windows color (decimal): -13975252 or 2933034. OLE color: 2933034.

HSL color Cylindrical-coordinate representation of color #2AC12C: hue angle of 120.79º 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 #2AC12C is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 193 44 -
CMYK 0.78 0 0.77 0.24
HSL 120.79º 0.64% 0.46% -
HSV(B) 120.79º 0.78% 0.76% -
XYZ 20.48 38.81 8.8 -
YUV 130.87 78.97 64.62 -
System Red Green Blue C M Y K H S L
Decimal 42 193 44 0.78 0 0.77 0.24 120.79 0.64 0.46
Hex 2A C1 2C 4E 0 4D 18 79 40 2E
Octal 52 301 54 116 0 115 30 171 100 56
Binary 101010 11000001 101100 1001110 0 1001101 11000 1111001 1000000 101110

Color Harmonies of #2AC12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC12C

Black with #2AC12C

Text Example


Text Example

White with #2AC12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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