Html Css Color HEX #2AAC2A Lime Green

📋 copy color: '#2AAC2A'

red 42 ◦ green 172 ◦ blue 42

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

Shades of Lime Green #2AAC2A

Tints of Lime Green #2AAC2A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 67.19%

 BLUE value IS 42 (16.8% from 255) = 16.41%

R = 16.41%
G = 67.19%
B = 16.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#2AAC2A (or 0x2AAC2A) is known color: Lime Green. HEX triplet: 2A, AC and 2A. RGB value is (42,172,42). Sum of RGB (Red+Green+Blue) = 42+172+42=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 172 (67.58% from 255 or 67.19% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAC2A is #D553D5. Grayscale: #767676. Windows color (decimal): -13980630 or 2796586. OLE color: 2796586.

HSL color Cylindrical-coordinate representation of color #2AAC2A: hue angle of 120º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAC2A is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 172 42 -
CMYK 0.76 0 0.76 0.33
HSL 120º 0.61% 0.42% -
HSV(B) 120º 0.76% 0.67% -
XYZ 16.13 30.16 7.16 -
YUV 118.31 84.93 73.57 -
System Red Green Blue C M Y K H S L
Decimal 42 172 42 0.76 0 0.76 0.33 120 0.61 0.42
Hex 2A AC 2A 4C 0 4C 21 78 3D 2A
Octal 52 254 52 114 0 114 41 170 75 52
Binary 101010 10101100 101010 1001100 0 1001100 100001 1111000 111101 101010

Color Harmonies of #2AAC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAC2A

Black with #2AAC2A

Text Example


Text Example

White with #2AAC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,172,42); }

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

background-color css

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

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

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

border-color css

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

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

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