Html Css Color HEX #2AC322 Lime Green

📋 copy color: '#2AC322'

red 42 ◦ green 195 ◦ blue 34

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

Shades of Lime Green #2AC322

Tints of Lime Green #2AC322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 71.96%

 BLUE value IS 34 (13.67% from 255) = 12.55%

R = 15.5%
G = 71.96%
B = 12.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#2AC322 (or 0x2AC322) is known color: Lime Green. HEX triplet: 2A, C3 and 22. RGB value is (42,195,34). Sum of RGB (Red+Green+Blue) = 42+195+34=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 195 (76.56% from 255 or 71.96% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC322 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC322 is #D53CDD. Grayscale: #838383. Windows color (decimal): -13974750 or 2278186. OLE color: 2278186.

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

Color convert

RGB 42 195 34 -
CMYK 0.78 0 0.83 0.24
HSL 117.02º 0.7% 0.45% -
HSV(B) 117.02º 0.83% 0.76% -
XYZ 20.76 39.64 8.07 -
YUV 130.9 73.31 64.59 -
System Red Green Blue C M Y K H S L
Decimal 42 195 34 0.78 0 0.83 0.24 117.02 0.7 0.45
Hex 2A C3 22 4E 0 53 18 75 46 2D
Octal 52 303 42 116 0 123 30 165 106 55
Binary 101010 11000011 100010 1001110 0 1010011 11000 1110101 1000110 101101

Color Harmonies of #2AC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC322

Black with #2AC322

Text Example


Text Example

White with #2AC322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,195,34); }

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

background-color css

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

 a { background-color: rgb(42,195,34); }

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

border-color css

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

 span { border-color: rgb(42,195,34); }

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