Html Css Color HEX #2AB645 Lime Green

📋 copy color: '#2AB645'

red 42 ◦ green 182 ◦ blue 69

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

Shades of Lime Green #2AB645

Tints of Lime Green #2AB645

RGB

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

 GREEN value IS 182 (71.48% from 255) = 62.12%

 BLUE value IS 69 (27.34% from 255) = 23.55%

R = 14.33%
G = 62.12%
B = 23.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#2AB645 (or 0x2AB645) is known color: Lime Green. HEX triplet: 2A, B6 and 45. RGB value is (42,182,69). Sum of RGB (Red+Green+Blue) = 42+182+69=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 182 (71.48% from 255 or 62.12% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB645 is #D549BA. Grayscale: #7F7F7F. Windows color (decimal): -13978043 or 4568618. OLE color: 4568618.

HSL color Cylindrical-coordinate representation of color #2AB645: hue angle of 131.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB645 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 182 69 -
CMYK 0.77 0 0.62 0.29
HSL 131.57º 0.63% 0.44% -
HSV(B) 131.57º 0.77% 0.71% -
XYZ 18.76 34.38 11.28 -
YUV 127.26 95.12 67.19 -
System Red Green Blue C M Y K H S L
Decimal 42 182 69 0.77 0 0.62 0.29 131.57 0.63 0.44
Hex 2A B6 45 4D 0 3E 1D 84 3E 2C
Octal 52 266 105 115 0 76 35 204 76 54
Binary 101010 10110110 1000101 1001101 0 111110 11101 10000100 111110 101100

Color Harmonies of #2AB645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB645

Black with #2AB645

Text Example


Text Example

White with #2AB645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,182,69); }

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

background-color css

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

 a { background-color: rgb(42,182,69); }

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

border-color css

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

 span { border-color: rgb(42,182,69); }

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