Html Css Color HEX #2AAC2B Lime Green

📋 copy color: '#2AAC2B'

red 42 ◦ green 172 ◦ blue 43

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

Shades of Lime Green #2AAC2B

Tints of Lime Green #2AAC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.73%

R = 16.34%
G = 66.93%
B = 16.73%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#2AAC2B (or 0x2AAC2B) is known color: Lime Green. HEX triplet: 2A, AC and 2B. RGB value is (42,172,43). Sum of RGB (Red+Green+Blue) = 42+172+43=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 172 (67.58% from 255 or 66.93% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAC2B is #D553D4. Grayscale: #767676. Windows color (decimal): -13980629 or 2862122. OLE color: 2862122.

HSL color Cylindrical-coordinate representation of color #2AAC2B: hue angle of 120.46º 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 #2AAC2B is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 172 43 -
CMYK 0.76 0 0.75 0.33
HSL 120.46º 0.61% 0.42% -
HSV(B) 120.46º 0.76% 0.67% -
XYZ 16.14 30.17 7.26 -
YUV 118.42 85.43 73.49 -
System Red Green Blue C M Y K H S L
Decimal 42 172 43 0.76 0 0.75 0.33 120.46 0.61 0.42
Hex 2A AC 2B 4C 0 4B 21 78 3D 2A
Octal 52 254 53 114 0 113 41 170 75 52
Binary 101010 10101100 101011 1001100 0 1001011 100001 1111000 111101 101010

Color Harmonies of #2AAC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAC2B

Black with #2AAC2B

Text Example


Text Example

White with #2AAC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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