Html Css Color HEX #2ADA1A Lime Green

📋 copy color: '#2ADA1A'

red 42 ◦ green 218 ◦ blue 26

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

Shades of Lime Green #2ADA1A

Tints of Lime Green #2ADA1A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 76.22%

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

R = 14.69%
G = 76.22%
B = 9.09%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#2ADA1A (or 0x2ADA1A) is known color: Lime Green. HEX triplet: 2A, DA and 1A. RGB value is (42,218,26). Sum of RGB (Red+Green+Blue) = 42+218+26=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 218 (85.55% from 255 or 76.22% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA1A is #D525E5. Grayscale: #909090. Windows color (decimal): -13968870 or 1759786. OLE color: 1759786.

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

Color convert

RGB 42 218 26 -
CMYK 0.81 0 0.88 0.15
HSL 115º 0.79% 0.48% -
HSV(B) 115º 0.88% 0.85% -
XYZ 26.21 50.71 9.38 -
YUV 143.49 61.69 55.61 -
System Red Green Blue C M Y K H S L
Decimal 42 218 26 0.81 0 0.88 0.15 115 0.79 0.48
Hex 2A DA 1A 51 0 58 F 73 4F 30
Octal 52 332 32 121 0 130 17 163 117 60
Binary 101010 11011010 11010 1010001 0 1011000 1111 1110011 1001111 110000

Color Harmonies of #2ADA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADA1A

Black with #2ADA1A

Text Example


Text Example

White with #2ADA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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