Html Css Color HEX #2AC64A Lime Green

📋 copy color: '#2AC64A'

red 42 ◦ green 198 ◦ blue 74

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

Shades of Lime Green #2AC64A

Tints of Lime Green #2AC64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 63.06%

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

R = 13.38%
G = 63.06%
B = 23.57%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#2AC64A (or 0x2AC64A) is known color: Lime Green. HEX triplet: 2A, C6 and 4A. RGB value is (42,198,74). Sum of RGB (Red+Green+Blue) = 42+198+74=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 198 (77.73% from 255 or 63.06% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 198 - color contains mainly: green. Hex color #2AC64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC64A is #D539B5. Grayscale: #898989. Windows color (decimal): -13973942 or 4900394. OLE color: 4900394.

HSL color Cylindrical-coordinate representation of color #2AC64A: hue angle of 132.31º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC64A is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 42 198 74 -
CMYK 0.79 0 0.63 0.22
HSL 132.31º 0.65% 0.47% -
HSV(B) 132.31º 0.79% 0.78% -
XYZ 22.38 41.37 13.28 -
YUV 137.22 92.32 60.08 -
System Red Green Blue C M Y K H S L
Decimal 42 198 74 0.79 0 0.63 0.22 132.31 0.65 0.47
Hex 2A C6 4A 4F 0 3F 16 84 41 2F
Octal 52 306 112 117 0 77 26 204 101 57
Binary 101010 11000110 1001010 1001111 0 111111 10110 10000100 1000001 101111

Color Harmonies of #2AC64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC64A

Black with #2AC64A

Text Example


Text Example

White with #2AC64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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