Html Css Color HEX #2AC226 Lime Green

📋 copy color: '#2AC226'

red 42 ◦ green 194 ◦ blue 38

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

Shades of Lime Green #2AC226

Tints of Lime Green #2AC226

RGB

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

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

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

R = 15.33%
G = 70.8%
B = 13.87%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#2AC226 (or 0x2AC226) is known color: Lime Green. HEX triplet: 2A, C2 and 26. RGB value is (42,194,38). Sum of RGB (Red+Green+Blue) = 42+194+38=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 194 (76.17% from 255 or 70.80% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC226 is #D53DD9. Grayscale: #838383. Windows color (decimal): -13975002 or 2540074. OLE color: 2540074.

HSL color Cylindrical-coordinate representation of color #2AC226: hue angle of 118.46º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AC226 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 194 38 -
CMYK 0.78 0 0.80 0.24
HSL 118.46º 0.67% 0.45% -
HSV(B) 118.46º 0.8% 0.76% -
XYZ 20.6 39.22 8.32 -
YUV 130.77 75.64 64.68 -
System Red Green Blue C M Y K H S L
Decimal 42 194 38 0.78 0 0.80 0.24 118.46 0.67 0.45
Hex 2A C2 26 4E 0 50 18 76 43 2D
Octal 52 302 46 116 0 120 30 166 103 55
Binary 101010 11000010 100110 1001110 0 1010000 11000 1110110 1000011 101101

Color Harmonies of #2AC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC226

Black with #2AC226

Text Example


Text Example

White with #2AC226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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