Html Css Color HEX #1ADC28 Lime Green

📋 copy color: '#1ADC28'

red 26 ◦ green 220 ◦ blue 40

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

Shades of Lime Green #1ADC28

Tints of Lime Green #1ADC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.99%

R = 9.09%
G = 76.92%
B = 13.99%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#1ADC28 (or 0x1ADC28) is known color: Lime Green. HEX triplet: 1A, DC and 28. RGB value is (26,220,40). Sum of RGB (Red+Green+Blue) = 26+220+40=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 220 (86.33% from 255 or 76.92% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADC28 is #E523D7. Grayscale: #8E8E8E. Windows color (decimal): -15016920 or 2677786. OLE color: 2677786.

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

Color convert

RGB 26 220 40 -
CMYK 0.88 0 0.82 0.14
HSL 124.33º 0.79% 0.48% -
HSV(B) 124.33º 0.88% 0.86% -
XYZ 26.4 51.56 10.57 -
YUV 141.47 70.73 45.64 -
System Red Green Blue C M Y K H S L
Decimal 26 220 40 0.88 0 0.82 0.14 124.33 0.79 0.48
Hex 1A DC 28 58 0 52 E 7C 4F 30
Octal 32 334 50 130 0 122 16 174 117 60
Binary 11010 11011100 101000 1011000 0 1010010 1110 1111100 1001111 110000

Color Harmonies of #1ADC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC28

Black with #1ADC28

Text Example


Text Example

White with #1ADC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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