Html Css Color HEX #2AB52B Lime Green

📋 copy color: '#2AB52B'

red 42 ◦ green 181 ◦ blue 43

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

Shades of Lime Green #2AB52B

Tints of Lime Green #2AB52B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 68.05%

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

R = 15.79%
G = 68.05%
B = 16.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#2AB52B (or 0x2AB52B) is known color: Lime Green. HEX triplet: 2A, B5 and 2B. RGB value is (42,181,43). Sum of RGB (Red+Green+Blue) = 42+181+43=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 181 (71.09% from 255 or 68.05% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB52B is #D54AD4. Grayscale: #7C7C7C. Windows color (decimal): -13978325 or 2864426. OLE color: 2864426.

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

Color convert

RGB 42 181 43 -
CMYK 0.77 0 0.76 0.29
HSL 120.43º 0.62% 0.44% -
HSV(B) 120.43º 0.77% 0.71% -
XYZ 17.91 33.71 7.85 -
YUV 123.71 82.45 69.72 -
System Red Green Blue C M Y K H S L
Decimal 42 181 43 0.77 0 0.76 0.29 120.43 0.62 0.44
Hex 2A B5 2B 4D 0 4C 1D 78 3E 2C
Octal 52 265 53 115 0 114 35 170 76 54
Binary 101010 10110101 101011 1001101 0 1001100 11101 1111000 111110 101100

Color Harmonies of #2AB52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB52B

Black with #2AB52B

Text Example


Text Example

White with #2AB52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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