Html Css Color HEX #2AB82B Lime Green

📋 copy color: '#2AB82B'

red 42 ◦ green 184 ◦ blue 43

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

Shades of Lime Green #2AB82B

Tints of Lime Green #2AB82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 15.61%
G = 68.4%
B = 15.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#2AB82B (or 0x2AB82B) is known color: Lime Green. HEX triplet: 2A, B8 and 2B. RGB value is (42,184,43). Sum of RGB (Red+Green+Blue) = 42+184+43=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 184 (72.27% from 255 or 68.40% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB82B is #D547D4. Grayscale: #7D7D7D. Windows color (decimal): -13977557 or 2865194. OLE color: 2865194.

HSL color Cylindrical-coordinate representation of color #2AB82B: hue angle of 120.42º 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 #2AB82B is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 42 184 43 -
CMYK 0.77 0 0.77 0.28
HSL 120.42º 0.63% 0.44% -
HSV(B) 120.42º 0.77% 0.72% -
XYZ 18.53 34.95 8.05 -
YUV 125.47 81.46 68.46 -
System Red Green Blue C M Y K H S L
Decimal 42 184 43 0.77 0 0.77 0.28 120.42 0.63 0.44
Hex 2A B8 2B 4D 0 4D 1C 78 3F 2C
Octal 52 270 53 115 0 115 34 170 77 54
Binary 101010 10111000 101011 1001101 0 1001101 11100 1111000 111111 101100

Color Harmonies of #2AB82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB82B

Black with #2AB82B

Text Example


Text Example

White with #2AB82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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