Html Css Color HEX #2AAC3D Lime Green

📋 copy color: '#2AAC3D'

red 42 ◦ green 172 ◦ blue 61

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

Shades of Lime Green #2AAC3D

Tints of Lime Green #2AAC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.18%

R = 15.27%
G = 62.55%
B = 22.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#2AAC3D (or 0x2AAC3D) is known color: Lime Green. HEX triplet: 2A, AC and 3D. RGB value is (42,172,61). Sum of RGB (Red+Green+Blue) = 42+172+61=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 172 (67.58% from 255 or 62.55% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAC3D is #D553C2. Grayscale: #787878. Windows color (decimal): -13980611 or 4041770. OLE color: 4041770.

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

Color convert

RGB 42 172 61 -
CMYK 0.76 0 0.65 0.33
HSL 128.77º 0.61% 0.42% -
HSV(B) 128.77º 0.76% 0.67% -
XYZ 16.55 30.33 9.4 -
YUV 120.48 94.43 72.03 -
System Red Green Blue C M Y K H S L
Decimal 42 172 61 0.76 0 0.65 0.33 128.77 0.61 0.42
Hex 2A AC 3D 4C 0 41 21 81 3D 2A
Octal 52 254 75 114 0 101 41 201 75 52
Binary 101010 10101100 111101 1001100 0 1000001 100001 10000001 111101 101010

Color Harmonies of #2AAC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAC3D

Black with #2AAC3D

Text Example


Text Example

White with #2AAC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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