Html Css Color HEX #2AC119 Lime Green

📋 copy color: '#2AC119'

red 42 ◦ green 193 ◦ blue 25

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

Shades of Lime Green #2AC119

Tints of Lime Green #2AC119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.62%

R = 16.15%
G = 74.23%
B = 9.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#2AC119 (or 0x2AC119) is known color: Lime Green. HEX triplet: 2A, C1 and 19. RGB value is (42,193,25). Sum of RGB (Red+Green+Blue) = 42+193+25=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 193 (75.78% from 255 or 74.23% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC119 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC119 is #D53EE6. Grayscale: #818181. Windows color (decimal): -13975271 or 1687850. OLE color: 1687850.

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

Color convert

RGB 42 193 25 -
CMYK 0.78 0 0.87 0.24
HSL 113.93º 0.77% 0.43% -
HSV(B) 113.93º 0.87% 0.76% -
XYZ 20.2 38.7 7.33 -
YUV 128.7 69.47 66.16 -
System Red Green Blue C M Y K H S L
Decimal 42 193 25 0.78 0 0.87 0.24 113.93 0.77 0.43
Hex 2A C1 19 4E 0 57 18 72 4D 2B
Octal 52 301 31 116 0 127 30 162 115 53
Binary 101010 11000001 11001 1001110 0 1010111 11000 1110010 1001101 101011

Color Harmonies of #2AC119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC119

Black with #2AC119

Text Example


Text Example

White with #2AC119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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