Html Css Color HEX #2AB32C Lime Green

📋 copy color: '#2AB32C'

red 42 ◦ green 179 ◦ blue 44

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

Shades of Lime Green #2AB32C

Tints of Lime Green #2AB32C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 67.55%

 BLUE value IS 44 (17.58% from 255) = 16.6%

R = 15.85%
G = 67.55%
B = 16.6%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#2AB32C (or 0x2AB32C) is known color: Lime Green. HEX triplet: 2A, B3 and 2C. RGB value is (42,179,44). Sum of RGB (Red+Green+Blue) = 42+179+44=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 179 (70.31% from 255 or 67.55% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB32C is #D54CD3. Grayscale: #7B7B7B. Windows color (decimal): -13978836 or 2929450. OLE color: 2929450.

HSL color Cylindrical-coordinate representation of color #2AB32C: hue angle of 120.88º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB32C is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 179 44 -
CMYK 0.77 0 0.75 0.30
HSL 120.88º 0.62% 0.43% -
HSV(B) 120.88º 0.77% 0.7% -
XYZ 17.53 32.91 7.81 -
YUV 122.65 83.61 70.48 -
System Red Green Blue C M Y K H S L
Decimal 42 179 44 0.77 0 0.75 0.30 120.88 0.62 0.43
Hex 2A B3 2C 4D 0 4B 1E 79 3E 2B
Octal 52 263 54 115 0 113 36 171 76 53
Binary 101010 10110011 101100 1001101 0 1001011 11110 1111001 111110 101011

Color Harmonies of #2AB32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB32C

Black with #2AB32C

Text Example


Text Example

White with #2AB32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,179,44); }

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

background-color css

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

 a { background-color: rgb(42,179,44); }

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

border-color css

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

 span { border-color: rgb(42,179,44); }

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