Html Css Color HEX #1ADC2F Lime Green

📋 copy color: '#1ADC2F'

red 26 ◦ green 220 ◦ blue 47

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

Shades of Lime Green #1ADC2F

Tints of Lime Green #1ADC2F

RGB

 RED value IS 26 (10.55% from 255) = 8.87%

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

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 8.87%
G = 75.09%
B = 16.04%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#1ADC2F (or 0x1ADC2F) is known color: Lime Green. HEX triplet: 1A, DC and 2F. RGB value is (26,220,47). Sum of RGB (Red+Green+Blue) = 26+220+47=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 220 (86.33% from 255 or 75.09% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADC2F is #E523D0. Grayscale: #8E8E8E. Windows color (decimal): -15016913 or 3136538. OLE color: 3136538.

HSL color Cylindrical-coordinate representation of color #1ADC2F: hue angle of 126.49º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADC2F is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 220 47 -
CMYK 0.88 0 0.79 0.14
HSL 126.49º 0.79% 0.48% -
HSV(B) 126.49º 0.88% 0.86% -
XYZ 26.53 51.61 11.25 -
YUV 142.27 74.23 45.07 -
System Red Green Blue C M Y K H S L
Decimal 26 220 47 0.88 0 0.79 0.14 126.49 0.79 0.48
Hex 1A DC 2F 58 0 4F E 7E 4F 30
Octal 32 334 57 130 0 117 16 176 117 60
Binary 11010 11011100 101111 1011000 0 1001111 1110 1111110 1001111 110000

Color Harmonies of #1ADC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC2F

Black with #1ADC2F

Text Example


Text Example

White with #1ADC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ADC2F; }

 p { color: rgb(26,220,47); }

 H1.HeaderClassName
 {
   color: #1ADC2F;
 }
 .AnyTagClassName
 {
   color: #1ADC2F;
 }
</style>

background-color css

<style>
 a { background-color: #1ADC2F; }

 a { background-color: rgb(26,220,47); }

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

border-color css

<style>
 span { border-color: #1ADC2F; }

 span { border-color: rgb(26,220,47); }

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