Html Css Color HEX #2AAC3B Lime Green

📋 copy color: '#2AAC3B'

red 42 ◦ green 172 ◦ blue 59

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

Shades of Lime Green #2AAC3B

Tints of Lime Green #2AAC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.61%

R = 15.38%
G = 63%
B = 21.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#2AAC3B (or 0x2AAC3B) is known color: Lime Green. HEX triplet: 2A, AC and 3B. RGB value is (42,172,59). Sum of RGB (Red+Green+Blue) = 42+172+59=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 172 (67.58% from 255 or 63.00% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAC3B is #D553C4. Grayscale: #787878. Windows color (decimal): -13980613 or 3910698. OLE color: 3910698.

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

Color convert

RGB 42 172 59 -
CMYK 0.76 0 0.66 0.33
HSL 127.85º 0.61% 0.42% -
HSV(B) 127.85º 0.76% 0.67% -
XYZ 16.5 30.31 9.12 -
YUV 120.25 93.43 72.19 -
System Red Green Blue C M Y K H S L
Decimal 42 172 59 0.76 0 0.66 0.33 127.85 0.61 0.42
Hex 2A AC 3B 4C 0 42 21 80 3D 2A
Octal 52 254 73 114 0 102 41 200 75 52
Binary 101010 10101100 111011 1001100 0 1000010 100001 10000000 111101 101010

Color Harmonies of #2AAC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAC3B

Black with #2AAC3B

Text Example


Text Example

White with #2AAC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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