Html Css Color HEX #1ADA26 Lime Green

📋 copy color: '#1ADA26'

red 26 ◦ green 218 ◦ blue 38

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

Shades of Lime Green #1ADA26

Tints of Lime Green #1ADA26

RGB

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

 GREEN value IS 218 (85.55% from 255) = 77.3%

 BLUE value IS 38 (15.23% from 255) = 13.48%

R = 9.22%
G = 77.3%
B = 13.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#1ADA26 (or 0x1ADA26) is known color: Lime Green. HEX triplet: 1A, DA and 26. RGB value is (26,218,38). Sum of RGB (Red+Green+Blue) = 26+218+38=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 218 (85.55% from 255 or 77.30% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADA26 is #E525D9. Grayscale: #8C8C8C. Windows color (decimal): -15017434 or 2546202. OLE color: 2546202.

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

Color convert

RGB 26 218 38 -
CMYK 0.88 0 0.83 0.15
HSL 123.75º 0.79% 0.48% -
HSV(B) 123.75º 0.88% 0.85% -
XYZ 25.85 50.5 10.22 -
YUV 140.07 70.39 46.64 -
System Red Green Blue C M Y K H S L
Decimal 26 218 38 0.88 0 0.83 0.15 123.75 0.79 0.48
Hex 1A DA 26 58 0 53 F 7C 4F 30
Octal 32 332 46 130 0 123 17 174 117 60
Binary 11010 11011010 100110 1011000 0 1010011 1111 1111100 1001111 110000

Color Harmonies of #1ADA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADA26

Black with #1ADA26

Text Example


Text Example

White with #1ADA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,218,38); }

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

background-color css

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

 a { background-color: rgb(26,218,38); }

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

border-color css

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

 span { border-color: rgb(26,218,38); }

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