Html Css Color HEX #2ADC12 Lime Green

📋 copy color: '#2ADC12'

red 42 ◦ green 220 ◦ blue 18

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

Shades of Lime Green #2ADC12

Tints of Lime Green #2ADC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.43%

R = 15%
G = 78.57%
B = 6.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#2ADC12 (or 0x2ADC12) is known color: Lime Green. HEX triplet: 2A, DC and 12. RGB value is (42,220,18). Sum of RGB (Red+Green+Blue) = 42+220+18=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 220 (86.33% from 255 or 78.57% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADC12 is #D523ED. Grayscale: #909090. Windows color (decimal): -13968366 or 1236010. OLE color: 1236010.

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

Color convert

RGB 42 220 18 -
CMYK 0.81 0 0.92 0.14
HSL 112.87º 0.85% 0.47% -
HSV(B) 112.87º 0.92% 0.86% -
XYZ 26.66 51.72 9.15 -
YUV 143.75 57.03 55.43 -
System Red Green Blue C M Y K H S L
Decimal 42 220 18 0.81 0 0.92 0.14 112.87 0.85 0.47
Hex 2A DC 12 51 0 5C E 71 55 2F
Octal 52 334 22 121 0 134 16 161 125 57
Binary 101010 11011100 10010 1010001 0 1011100 1110 1110001 1010101 101111

Color Harmonies of #2ADC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADC12

Black with #2ADC12

Text Example


Text Example

White with #2ADC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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