Html Css Color HEX #2AAC38 Lime Green

📋 copy color: '#2AAC38'

red 42 ◦ green 172 ◦ blue 56

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

Shades of Lime Green #2AAC38

Tints of Lime Green #2AAC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.74%

R = 15.56%
G = 63.7%
B = 20.74%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#2AAC38 (or 0x2AAC38) is known color: Lime Green. HEX triplet: 2A, AC and 38. RGB value is (42,172,56). Sum of RGB (Red+Green+Blue) = 42+172+56=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 172 (67.58% from 255 or 63.70% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAC38 is #D553C7. Grayscale: #787878. Windows color (decimal): -13980616 or 3714090. OLE color: 3714090.

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

Color convert

RGB 42 172 56 -
CMYK 0.76 0 0.67 0.33
HSL 126.46º 0.61% 0.42% -
HSV(B) 126.46º 0.76% 0.67% -
XYZ 16.42 30.28 8.72 -
YUV 119.91 91.93 72.43 -
System Red Green Blue C M Y K H S L
Decimal 42 172 56 0.76 0 0.67 0.33 126.46 0.61 0.42
Hex 2A AC 38 4C 0 43 21 7E 3D 2A
Octal 52 254 70 114 0 103 41 176 75 52
Binary 101010 10101100 111000 1001100 0 1000011 100001 1111110 111101 101010

Color Harmonies of #2AAC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAC38

Black with #2AAC38

Text Example


Text Example

White with #2AAC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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