Html Css Color HEX #1ADC2D Lime Green

📋 copy color: '#1ADC2D'

red 26 ◦ green 220 ◦ blue 45

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

Shades of Lime Green #1ADC2D

Tints of Lime Green #1ADC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.46%

R = 8.93%
G = 75.6%
B = 15.46%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#1ADC2D (or 0x1ADC2D) is known color: Lime Green. HEX triplet: 1A, DC and 2D. RGB value is (26,220,45). Sum of RGB (Red+Green+Blue) = 26+220+45=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 220 (86.33% from 255 or 75.60% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADC2D is #E523D2. Grayscale: #8E8E8E. Windows color (decimal): -15016915 or 3005466. OLE color: 3005466.

HSL color Cylindrical-coordinate representation of color #1ADC2D: hue angle of 125.88º 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 #1ADC2D is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 220 45 -
CMYK 0.88 0 0.80 0.14
HSL 125.88º 0.79% 0.48% -
HSV(B) 125.88º 0.88% 0.86% -
XYZ 26.49 51.6 11.05 -
YUV 142.04 73.23 45.23 -
System Red Green Blue C M Y K H S L
Decimal 26 220 45 0.88 0 0.80 0.14 125.88 0.79 0.48
Hex 1A DC 2D 58 0 50 E 7E 4F 30
Octal 32 334 55 130 0 120 16 176 117 60
Binary 11010 11011100 101101 1011000 0 1010000 1110 1111110 1001111 110000

Color Harmonies of #1ADC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC2D

Black with #1ADC2D

Text Example


Text Example

White with #1ADC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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