Html Css Color HEX #2AC426 Lime Green

📋 copy color: '#2AC426'

red 42 ◦ green 196 ◦ blue 38

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

Shades of Lime Green #2AC426

Tints of Lime Green #2AC426

RGB

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

 GREEN value IS 196 (76.95% from 255) = 71.01%

 BLUE value IS 38 (15.23% from 255) = 13.77%

R = 15.22%
G = 71.01%
B = 13.77%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#2AC426 (or 0x2AC426) is known color: Lime Green. HEX triplet: 2A, C4 and 26. RGB value is (42,196,38). Sum of RGB (Red+Green+Blue) = 42+196+38=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 196 (76.95% from 255 or 71.01% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC426 is #D53BD9. Grayscale: #848484. Windows color (decimal): -13974490 or 2540586. OLE color: 2540586.

HSL color Cylindrical-coordinate representation of color #2AC426: hue angle of 118.48º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AC426 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 42 196 38 -
CMYK 0.79 0 0.81 0.23
HSL 118.48º 0.68% 0.46% -
HSV(B) 118.48º 0.81% 0.77% -
XYZ 21.04 40.11 8.47 -
YUV 131.94 74.98 63.85 -
System Red Green Blue C M Y K H S L
Decimal 42 196 38 0.79 0 0.81 0.23 118.48 0.68 0.46
Hex 2A C4 26 4F 0 51 17 76 44 2E
Octal 52 304 46 117 0 121 27 166 104 56
Binary 101010 11000100 100110 1001111 0 1010001 10111 1110110 1000100 101110

Color Harmonies of #2AC426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC426

Black with #2AC426

Text Example


Text Example

White with #2AC426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,196,38); }

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

background-color css

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

 a { background-color: rgb(42,196,38); }

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

border-color css

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

 span { border-color: rgb(42,196,38); }

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