#1AC422

Color #1AC422 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1AC422

Tints of Lime Green #1AC422

Color information

#1AC422 (or 0x1AC422) is unknown color: approx Lime Green. HEX triplet: 1A, C4 and 22. RGB value is (26,196,34). Sum of RGB (Red+Green+Blue) = 26+196+34=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 196 (76.95% from 255 or 76.56% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC422 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC422 is #E53BDD. Grayscale: #7F7F7F. Windows color (decimal): -15023070 or 2278426. OLE color: 2278426.

HSL color Cylindrical-coordinate representation of color #1AC422: hue angle of 122.82º 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 #1AC422 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB2619634-
CMYK0.8700.830.23
HSL122.82º76.58%43.53%-
HSV(B)122.82º86.73%76.86%-
XYZ20.4539.818.12-
YUV126.775.6856.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.16%
GREEN value IS 196 (76.95% from 255) = 76.56%
BLUE value IS 34 (13.67% from 255) = 13.28%
R=10.16%
G=76.56%
B=13.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal26196340.8700.830.23122.8276.5843.53
Hex1AC42257053177b4d2c
Octal323044212701232717311554
Binary11010110001001000101010111010100111011111110111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AC422;
 }
 .AnyTagClassName
 {
   color: #1AC422;
 }
</style>
background-color css

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

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

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

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

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

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