Html Css Color HEX #2AC04A Lime Green

📋 copy color: '#2AC04A'

red 42 ◦ green 192 ◦ blue 74

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

Shades of Lime Green #2AC04A

Tints of Lime Green #2AC04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.34%

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 13.64%
G = 62.34%
B = 24.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#2AC04A (or 0x2AC04A) is known color: Lime Green. HEX triplet: 2A, C0 and 4A. RGB value is (42,192,74). Sum of RGB (Red+Green+Blue) = 42+192+74=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC04A is #D53FB5. Grayscale: #868686. Windows color (decimal): -13975478 or 4898858. OLE color: 4898858.

HSL color Cylindrical-coordinate representation of color #2AC04A: hue angle of 132.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC04A is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 192 74 -
CMYK 0.78 0 0.61 0.25
HSL 132.8º 0.64% 0.46% -
HSV(B) 132.8º 0.78% 0.75% -
XYZ 21.04 38.69 12.84 -
YUV 133.7 94.31 62.59 -
System Red Green Blue C M Y K H S L
Decimal 42 192 74 0.78 0 0.61 0.25 132.8 0.64 0.46
Hex 2A C0 4A 4E 0 3D 19 85 40 2E
Octal 52 300 112 116 0 75 31 205 100 56
Binary 101010 11000000 1001010 1001110 0 111101 11001 10000101 1000000 101110

Color Harmonies of #2AC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC04A

Black with #2AC04A

Text Example


Text Example

White with #2AC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,192,74); }

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

background-color css

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

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

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

border-color css

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

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

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