Html Css Color HEX #2AC247 Lime Green

📋 copy color: '#2AC247'

red 42 ◦ green 194 ◦ blue 71

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

Shades of Lime Green #2AC247

Tints of Lime Green #2AC247

RGB

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

 GREEN value IS 194 (76.17% from 255) = 63.19%

 BLUE value IS 71 (28.13% from 255) = 23.13%

R = 13.68%
G = 63.19%
B = 23.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#2AC247 (or 0x2AC247) is known color: Lime Green. HEX triplet: 2A, C2 and 47. RGB value is (42,194,71). Sum of RGB (Red+Green+Blue) = 42+194+71=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 194 (76.17% from 255 or 63.19% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC247 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC247 is #D53DB8. Grayscale: #868686. Windows color (decimal): -13974969 or 4702762. OLE color: 4702762.

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

Color convert

RGB 42 194 71 -
CMYK 0.78 0 0.63 0.24
HSL 131.45º 0.64% 0.46% -
HSV(B) 131.45º 0.78% 0.76% -
XYZ 21.38 39.53 12.46 -
YUV 134.53 92.14 62 -
System Red Green Blue C M Y K H S L
Decimal 42 194 71 0.78 0 0.63 0.24 131.45 0.64 0.46
Hex 2A C2 47 4E 0 3F 18 83 40 2E
Octal 52 302 107 116 0 77 30 203 100 56
Binary 101010 11000010 1000111 1001110 0 111111 11000 10000011 1000000 101110

Color Harmonies of #2AC247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC247

Black with #2AC247

Text Example


Text Example

White with #2AC247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,194,71); }

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

background-color css

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

 a { background-color: rgb(42,194,71); }

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

border-color css

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

 span { border-color: rgb(42,194,71); }

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