Html Css Color HEX #2AB226 Lime Green

📋 copy color: '#2AB226'

red 42 ◦ green 178 ◦ blue 38

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

Shades of Lime Green #2AB226

Tints of Lime Green #2AB226

RGB

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

 GREEN value IS 178 (69.92% from 255) = 68.99%

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

R = 16.28%
G = 68.99%
B = 14.73%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#2AB226 (or 0x2AB226) is known color: Lime Green. HEX triplet: 2A, B2 and 26. RGB value is (42,178,38). Sum of RGB (Red+Green+Blue) = 42+178+38=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 178 (69.92% from 255 or 68.99% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB226 is #D54DD9. Grayscale: #797979. Windows color (decimal): -13979098 or 2535978. OLE color: 2535978.

HSL color Cylindrical-coordinate representation of color #2AB226: hue angle of 118.29º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AB226 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 178 38 -
CMYK 0.76 0 0.79 0.30
HSL 118.29º 0.65% 0.42% -
HSV(B) 118.29º 0.79% 0.7% -
XYZ 17.23 32.47 7.19 -
YUV 121.38 80.94 71.38 -
System Red Green Blue C M Y K H S L
Decimal 42 178 38 0.76 0 0.79 0.30 118.29 0.65 0.42
Hex 2A B2 26 4C 0 4F 1E 76 41 2A
Octal 52 262 46 114 0 117 36 166 101 52
Binary 101010 10110010 100110 1001100 0 1001111 11110 1110110 1000001 101010

Color Harmonies of #2AB226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB226

Black with #2AB226

Text Example


Text Example

White with #2AB226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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