Html Css Color HEX #2ADC40 Lime Green

📋 copy color: '#2ADC40'

red 42 ◦ green 220 ◦ blue 64

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

Shades of Lime Green #2ADC40

Tints of Lime Green #2ADC40

RGB

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

 GREEN value IS 220 (86.33% from 255) = 67.48%

 BLUE value IS 64 (25.39% from 255) = 19.63%

R = 12.88%
G = 67.48%
B = 19.63%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#2ADC40 (or 0x2ADC40) is known color: Lime Green. HEX triplet: 2A, DC and 40. RGB value is (42,220,64). Sum of RGB (Red+Green+Blue) = 42+220+64=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADC40 is #D523BF. Grayscale: #959595. Windows color (decimal): -13968320 or 4250666. OLE color: 4250666.

HSL color Cylindrical-coordinate representation of color #2ADC40: hue angle of 127.42º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADC40 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 220 64 -
CMYK 0.81 0 0.71 0.14
HSL 127.42º 0.72% 0.51% -
HSV(B) 127.42º 0.81% 0.86% -
XYZ 27.47 52.05 13.45 -
YUV 148.99 80.03 51.68 -
System Red Green Blue C M Y K H S L
Decimal 42 220 64 0.81 0 0.71 0.14 127.42 0.72 0.51
Hex 2A DC 40 51 0 47 E 7F 48 33
Octal 52 334 100 121 0 107 16 177 110 63
Binary 101010 11011100 1000000 1010001 0 1000111 1110 1111111 1001000 110011

Color Harmonies of #2ADC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADC40

Black with #2ADC40

Text Example


Text Example

White with #2ADC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,220,64); }

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

background-color css

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

 a { background-color: rgb(42,220,64); }

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

border-color css

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

 span { border-color: rgb(42,220,64); }

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