Html Css Color HEX #2AC529 Lime Green

📋 copy color: '#2AC529'

red 42 ◦ green 197 ◦ blue 41

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

Shades of Lime Green #2AC529

Tints of Lime Green #2AC529

RGB

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

 GREEN value IS 197 (77.34% from 255) = 70.36%

 BLUE value IS 41 (16.41% from 255) = 14.64%

R = 15%
G = 70.36%
B = 14.64%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#2AC529 (or 0x2AC529) is known color: Lime Green. HEX triplet: 2A, C5 and 29. RGB value is (42,197,41). Sum of RGB (Red+Green+Blue) = 42+197+41=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 197 (77.34% from 255 or 70.36% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 197 - color contains mainly: green. Hex color #2AC529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC529 is #D53AD6. Grayscale: #858585. Windows color (decimal): -13974231 or 2737450. OLE color: 2737450.

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

Color convert

RGB 42 197 41 -
CMYK 0.79 0 0.79 0.23
HSL 119.62º 0.66% 0.47% -
HSV(B) 119.62º 0.79% 0.77% -
XYZ 21.32 40.58 8.81 -
YUV 132.87 76.15 63.18 -
System Red Green Blue C M Y K H S L
Decimal 42 197 41 0.79 0 0.79 0.23 119.62 0.66 0.47
Hex 2A C5 29 4F 0 4F 17 78 42 2F
Octal 52 305 51 117 0 117 27 170 102 57
Binary 101010 11000101 101001 1001111 0 1001111 10111 1111000 1000010 101111

Color Harmonies of #2AC529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC529

Black with #2AC529

Text Example


Text Example

White with #2AC529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,197,41); }

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

background-color css

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

 a { background-color: rgb(42,197,41); }

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

border-color css

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

 span { border-color: rgb(42,197,41); }

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