Html Css Color HEX #2AC14C Lime Green

📋 copy color: '#2AC14C'

red 42 ◦ green 193 ◦ blue 76

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

Shades of Lime Green #2AC14C

Tints of Lime Green #2AC14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.44%

R = 13.5%
G = 62.06%
B = 24.44%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#2AC14C (or 0x2AC14C) is known color: Lime Green. HEX triplet: 2A, C1 and 4C. RGB value is (42,193,76). Sum of RGB (Red+Green+Blue) = 42+193+76=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC14C is #D53EB3. Grayscale: #868686. Windows color (decimal): -13975220 or 5030186. OLE color: 5030186.

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

Color convert

RGB 42 193 76 -
CMYK 0.78 0 0.61 0.24
HSL 133.51º 0.64% 0.46% -
HSV(B) 133.51º 0.78% 0.76% -
XYZ 21.33 39.15 13.27 -
YUV 134.51 94.97 62.01 -
System Red Green Blue C M Y K H S L
Decimal 42 193 76 0.78 0 0.61 0.24 133.51 0.64 0.46
Hex 2A C1 4C 4E 0 3D 18 86 40 2E
Octal 52 301 114 116 0 75 30 206 100 56
Binary 101010 11000001 1001100 1001110 0 111101 11000 10000110 1000000 101110

Color Harmonies of #2AC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC14C

Black with #2AC14C

Text Example


Text Example

White with #2AC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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