Html Css Color HEX #2AB841 Lime Green

📋 copy color: '#2AB841'

red 42 ◦ green 184 ◦ blue 65

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

Shades of Lime Green #2AB841

Tints of Lime Green #2AB841

RGB

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

 GREEN value IS 184 (72.27% from 255) = 63.23%

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 14.43%
G = 63.23%
B = 22.34%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#2AB841 (or 0x2AB841) is known color: Lime Green. HEX triplet: 2A, B8 and 41. RGB value is (42,184,65). Sum of RGB (Red+Green+Blue) = 42+184+65=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 184 (72.27% from 255 or 63.23% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB841 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB841 is #D547BE. Grayscale: #808080. Windows color (decimal): -13977535 or 4306986. OLE color: 4306986.

HSL color Cylindrical-coordinate representation of color #2AB841: hue angle of 129.72º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB841 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 42 184 65 -
CMYK 0.77 0 0.65 0.28
HSL 129.72º 0.63% 0.44% -
HSV(B) 129.72º 0.77% 0.72% -
XYZ 19.05 35.15 10.78 -
YUV 127.98 92.46 66.68 -
System Red Green Blue C M Y K H S L
Decimal 42 184 65 0.77 0 0.65 0.28 129.72 0.63 0.44
Hex 2A B8 41 4D 0 41 1C 82 3F 2C
Octal 52 270 101 115 0 101 34 202 77 54
Binary 101010 10111000 1000001 1001101 0 1000001 11100 10000010 111111 101100

Color Harmonies of #2AB841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB841

Black with #2AB841

Text Example


Text Example

White with #2AB841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,184,65); }

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

background-color css

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

 a { background-color: rgb(42,184,65); }

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

border-color css

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

 span { border-color: rgb(42,184,65); }

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