Html Css Color HEX #1AC426 Lime Green

📋 copy color: '#1AC426'

red 26 ◦ green 196 ◦ blue 38

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

Shades of Lime Green #1AC426

Tints of Lime Green #1AC426

RGB

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

 GREEN value IS 196 (76.95% from 255) = 75.38%

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

R = 10%
G = 75.38%
B = 14.62%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#1AC426 (or 0x1AC426) is known color: Lime Green. HEX triplet: 1A, C4 and 26. RGB value is (26,196,38). Sum of RGB (Red+Green+Blue) = 26+196+38=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 196 (76.95% from 255 or 75.38% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC426 is #E53BD9. Grayscale: #7F7F7F. Windows color (decimal): -15023066 or 2540570. OLE color: 2540570.

HSL color Cylindrical-coordinate representation of color #1AC426: hue angle of 124.24º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC426 is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 26 196 38 -
CMYK 0.87 0 0.81 0.23
HSL 124.24º 0.77% 0.44% -
HSV(B) 124.24º 0.87% 0.77% -
XYZ 20.52 39.84 8.44 -
YUV 127.16 77.68 55.85 -
System Red Green Blue C M Y K H S L
Decimal 26 196 38 0.87 0 0.81 0.23 124.24 0.77 0.44
Hex 1A C4 26 57 0 51 17 7C 4D 2C
Octal 32 304 46 127 0 121 27 174 115 54
Binary 11010 11000100 100110 1010111 0 1010001 10111 1111100 1001101 101100

Color Harmonies of #1AC426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC426

Black with #1AC426

Text Example


Text Example

White with #1AC426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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