Html Css Color HEX #1AC026 Lime Green

📋 copy color: '#1AC026'

red 26 ◦ green 192 ◦ blue 38

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

Shades of Lime Green #1AC026

Tints of Lime Green #1AC026

RGB

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

 GREEN value IS 192 (75.39% from 255) = 75%

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

R = 10.16%
G = 75%
B = 14.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#1AC026 (or 0x1AC026) is known color: Lime Green. HEX triplet: 1A, C0 and 26. RGB value is (26,192,38). Sum of RGB (Red+Green+Blue) = 26+192+38=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 192 (75.39% from 255 or 75% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC026 is #E53FD9. Grayscale: #7D7D7D. Windows color (decimal): -15024090 or 2539546. OLE color: 2539546.

HSL color Cylindrical-coordinate representation of color #1AC026: hue angle of 124.34º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AC026 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 192 38 -
CMYK 0.86 0 0.80 0.25
HSL 124.34º 0.76% 0.43% -
HSV(B) 124.34º 0.86% 0.75% -
XYZ 19.63 38.06 8.15 -
YUV 124.81 79 57.52 -
System Red Green Blue C M Y K H S L
Decimal 26 192 38 0.86 0 0.80 0.25 124.34 0.76 0.43
Hex 1A C0 26 56 0 50 19 7C 4C 2B
Octal 32 300 46 126 0 120 31 174 114 53
Binary 11010 11000000 100110 1010110 0 1010000 11001 1111100 1001100 101011

Color Harmonies of #1AC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC026

Black with #1AC026

Text Example


Text Example

White with #1AC026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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