Html Css Color HEX #2AC219 Lime Green

📋 copy color: '#2AC219'

red 42 ◦ green 194 ◦ blue 25

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

Shades of Lime Green #2AC219

Tints of Lime Green #2AC219

RGB

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

 GREEN value IS 194 (76.17% from 255) = 74.33%

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

R = 16.09%
G = 74.33%
B = 9.58%

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

#2AC219 (or 0x2AC219) is known color: Lime Green. HEX triplet: 2A, C2 and 19. RGB value is (42,194,25). Sum of RGB (Red+Green+Blue) = 42+194+25=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 194 (76.17% from 255 or 74.33% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC219 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC219 is #D53DE6. Grayscale: #818181. Windows color (decimal): -13975015 or 1688106. OLE color: 1688106.

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

Color convert

RGB 42 194 25 -
CMYK 0.78 0 0.87 0.24
HSL 113.96º 0.77% 0.43% -
HSV(B) 113.96º 0.87% 0.76% -
XYZ 20.42 39.15 7.4 -
YUV 129.29 69.14 65.74 -
System Red Green Blue C M Y K H S L
Decimal 42 194 25 0.78 0 0.87 0.24 113.96 0.77 0.43
Hex 2A C2 19 4E 0 57 18 72 4D 2B
Octal 52 302 31 116 0 127 30 162 115 53
Binary 101010 11000010 11001 1001110 0 1010111 11000 1110010 1001101 101011

Color Harmonies of #2AC219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC219

Black with #2AC219

Text Example


Text Example

White with #2AC219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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