Html Css Color HEX #2AD11A Lime Green

📋 copy color: '#2AD11A'

red 42 ◦ green 209 ◦ blue 26

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

Shades of Lime Green #2AD11A

Tints of Lime Green #2AD11A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 75.45%

 BLUE value IS 26 (10.55% from 255) = 9.39%

R = 15.16%
G = 75.45%
B = 9.39%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#2AD11A (or 0x2AD11A) is known color: Lime Green. HEX triplet: 2A, D1 and 1A. RGB value is (42,209,26). Sum of RGB (Red+Green+Blue) = 42+209+26=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 209 (82.03% from 255 or 75.45% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD11A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD11A is #D52EE5. Grayscale: #8A8A8A. Windows color (decimal): -13971174 or 1757482. OLE color: 1757482.

HSL color Cylindrical-coordinate representation of color #2AD11A: hue angle of 114.75º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AD11A is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 42 209 26 -
CMYK 0.80 0 0.88 0.18
HSL 114.75º 0.78% 0.46% -
HSV(B) 114.75º 0.88% 0.82% -
XYZ 23.94 46.17 8.63 -
YUV 138.21 64.67 59.38 -
System Red Green Blue C M Y K H S L
Decimal 42 209 26 0.80 0 0.88 0.18 114.75 0.78 0.46
Hex 2A D1 1A 50 0 58 12 73 4E 2E
Octal 52 321 32 120 0 130 22 163 116 56
Binary 101010 11010001 11010 1010000 0 1011000 10010 1110011 1001110 101110

Color Harmonies of #2AD11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD11A

Black with #2AD11A

Text Example


Text Example

White with #2AD11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,209,26); }

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

background-color css

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

 a { background-color: rgb(42,209,26); }

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

border-color css

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

 span { border-color: rgb(42,209,26); }

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