Html Css Color HEX #2AB026 Lime Green

📋 copy color: '#2AB026'

red 42 ◦ green 176 ◦ blue 38

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

Shades of Lime Green #2AB026

Tints of Lime Green #2AB026

RGB

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

 GREEN value IS 176 (69.14% from 255) = 68.75%

 BLUE value IS 38 (15.23% from 255) = 14.84%

R = 16.41%
G = 68.75%
B = 14.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#2AB026 (or 0x2AB026) is known color: Lime Green. HEX triplet: 2A, B0 and 26. RGB value is (42,176,38). Sum of RGB (Red+Green+Blue) = 42+176+38=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 176 (69.14% from 255 or 68.75% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 176 - color contains mainly: green. Hex color #2AB026 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB026 is #D54FD9. Grayscale: #787878. Windows color (decimal): -13979610 or 2535466. OLE color: 2535466.

HSL color Cylindrical-coordinate representation of color #2AB026: hue angle of 118.26º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AB026 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 42 176 38 -
CMYK 0.76 0 0.78 0.31
HSL 118.26º 0.64% 0.42% -
HSV(B) 118.26º 0.78% 0.69% -
XYZ 16.83 31.68 7.06 -
YUV 120.2 81.61 72.22 -
System Red Green Blue C M Y K H S L
Decimal 42 176 38 0.76 0 0.78 0.31 118.26 0.64 0.42
Hex 2A B0 26 4C 0 4E 1F 76 40 2A
Octal 52 260 46 114 0 116 37 166 100 52
Binary 101010 10110000 100110 1001100 0 1001110 11111 1110110 1000000 101010

Color Harmonies of #2AB026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB026

Black with #2AB026

Text Example


Text Example

White with #2AB026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,176,38); }

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

background-color css

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

 a { background-color: rgb(42,176,38); }

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

border-color css

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

 span { border-color: rgb(42,176,38); }

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