Html Css Color HEX #2AB943 Lime Green

📋 copy color: '#2AB943'

red 42 ◦ green 185 ◦ blue 67

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

Shades of Lime Green #2AB943

Tints of Lime Green #2AB943

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.93%

 BLUE value IS 67 (26.56% from 255) = 22.79%

R = 14.29%
G = 62.93%
B = 22.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#2AB943 (or 0x2AB943) is known color: Lime Green. HEX triplet: 2A, B9 and 43. RGB value is (42,185,67). Sum of RGB (Red+Green+Blue) = 42+185+67=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 185 (72.66% from 255 or 62.93% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB943 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB943 is #D546BC. Grayscale: #818181. Windows color (decimal): -13977277 or 4438314. OLE color: 4438314.

HSL color Cylindrical-coordinate representation of color #2AB943: hue angle of 130.49º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB943 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 67 -
CMYK 0.77 0 0.64 0.27
HSL 130.49º 0.63% 0.45% -
HSV(B) 130.49º 0.77% 0.73% -
XYZ 19.32 35.6 11.16 -
YUV 128.79 93.12 66.09 -
System Red Green Blue C M Y K H S L
Decimal 42 185 67 0.77 0 0.64 0.27 130.49 0.63 0.45
Hex 2A B9 43 4D 0 40 1B 82 3F 2D
Octal 52 271 103 115 0 100 33 202 77 55
Binary 101010 10111001 1000011 1001101 0 1000000 11011 10000010 111111 101101

Color Harmonies of #2AB943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB943

Black with #2AB943

Text Example


Text Example

White with #2AB943

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,185,67); }

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

background-color css

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

 a { background-color: rgb(42,185,67); }

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

border-color css

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

 span { border-color: rgb(42,185,67); }

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