Html Css Color HEX #2AB62E Lime Green

📋 copy color: '#2AB62E'

red 42 ◦ green 182 ◦ blue 46

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

Shades of Lime Green #2AB62E

Tints of Lime Green #2AB62E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 15.56%
G = 67.41%
B = 17.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#2AB62E (or 0x2AB62E) is known color: Lime Green. HEX triplet: 2A, B6 and 2E. RGB value is (42,182,46). Sum of RGB (Red+Green+Blue) = 42+182+46=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 182 (71.48% from 255 or 67.41% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB62E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB62E is #D549D1. Grayscale: #7D7D7D. Windows color (decimal): -13978066 or 3061290. OLE color: 3061290.

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

Color convert

RGB 42 182 46 -
CMYK 0.77 0 0.75 0.29
HSL 121.71º 0.63% 0.44% -
HSV(B) 121.71º 0.77% 0.71% -
XYZ 18.18 34.15 8.22 -
YUV 124.64 83.62 69.06 -
System Red Green Blue C M Y K H S L
Decimal 42 182 46 0.77 0 0.75 0.29 121.71 0.63 0.44
Hex 2A B6 2E 4D 0 4B 1D 7A 3E 2C
Octal 52 266 56 115 0 113 35 172 76 54
Binary 101010 10110110 101110 1001101 0 1001011 11101 1111010 111110 101100

Color Harmonies of #2AB62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB62E

Black with #2AB62E

Text Example


Text Example

White with #2AB62E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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