Html Css Color HEX #2AB625 Lime Green

📋 copy color: '#2AB625'

red 42 ◦ green 182 ◦ blue 37

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

Shades of Lime Green #2AB625

Tints of Lime Green #2AB625

RGB

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

 GREEN value IS 182 (71.48% from 255) = 69.73%

 BLUE value IS 37 (14.84% from 255) = 14.18%

R = 16.09%
G = 69.73%
B = 14.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#2AB625 (or 0x2AB625) is known color: Lime Green. HEX triplet: 2A, B6 and 25. RGB value is (42,182,37). Sum of RGB (Red+Green+Blue) = 42+182+37=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 182 (71.48% from 255 or 69.73% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB625 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB625 is #D549DA. Grayscale: #7C7C7C. Windows color (decimal): -13978075 or 2471466. OLE color: 2471466.

HSL color Cylindrical-coordinate representation of color #2AB625: hue angle of 117.93º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AB625 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 182 37 -
CMYK 0.77 0 0.80 0.29
HSL 117.93º 0.66% 0.43% -
HSV(B) 117.93º 0.8% 0.71% -
XYZ 18.02 34.08 7.38 -
YUV 123.61 79.12 69.79 -
System Red Green Blue C M Y K H S L
Decimal 42 182 37 0.77 0 0.80 0.29 117.93 0.66 0.43
Hex 2A B6 25 4D 0 50 1D 76 42 2B
Octal 52 266 45 115 0 120 35 166 102 53
Binary 101010 10110110 100101 1001101 0 1010000 11101 1110110 1000010 101011

Color Harmonies of #2AB625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB625

Black with #2AB625

Text Example


Text Example

White with #2AB625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,182,37); }

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

background-color css

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

 a { background-color: rgb(42,182,37); }

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

border-color css

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

 span { border-color: rgb(42,182,37); }

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