Html Css Color HEX #2ADE1A Lime Green

📋 copy color: '#2ADE1A'

red 42 ◦ green 222 ◦ blue 26

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

Shades of Lime Green #2ADE1A

Tints of Lime Green #2ADE1A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 76.55%

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

R = 14.48%
G = 76.55%
B = 8.97%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#2ADE1A (or 0x2ADE1A) is known color: Lime Green. HEX triplet: 2A, DE and 1A. RGB value is (42,222,26). Sum of RGB (Red+Green+Blue) = 42+222+26=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 222 (87.11% from 255 or 76.55% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADE1A is #D521E5. Grayscale: #929292. Windows color (decimal): -13967846 or 1760810. OLE color: 1760810.

HSL color Cylindrical-coordinate representation of color #2ADE1A: hue angle of 115.1º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2ADE1A is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 222 26 -
CMYK 0.81 0 0.88 0.13
HSL 115.1º 0.79% 0.49% -
HSV(B) 115.1º 0.88% 0.87% -
XYZ 27.26 52.81 9.73 -
YUV 145.84 60.37 53.94 -
System Red Green Blue C M Y K H S L
Decimal 42 222 26 0.81 0 0.88 0.13 115.1 0.79 0.49
Hex 2A DE 1A 51 0 58 D 73 4F 31
Octal 52 336 32 121 0 130 15 163 117 61
Binary 101010 11011110 11010 1010001 0 1011000 1101 1110011 1001111 110001

Color Harmonies of #2ADE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADE1A

Black with #2ADE1A

Text Example


Text Example

White with #2ADE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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