Html Css Color HEX #1AC422 Lime Green

📋 copy color: '#1AC422'

red 26 ◦ green 196 ◦ blue 34

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

Shades of Lime Green #1AC422

Tints of Lime Green #1AC422

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 value IS 0.87

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#1AC422 (or 0x1AC422) is known color: 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

RGB 26 196 34 -
CMYK 0.87 0 0.83 0.23
HSL 122.82º 0.77% 0.44% -
HSV(B) 122.82º 0.87% 0.77% -
XYZ 20.45 39.81 8.12 -
YUV 126.7 75.68 56.17 -
System Red Green Blue C M Y K H S L
Decimal 26 196 34 0.87 0 0.83 0.23 122.82 0.77 0.44
Hex 1A C4 22 57 0 53 17 7B 4D 2C
Octal 32 304 42 127 0 123 27 173 115 54
Binary 11010 11000100 100010 1010111 0 1010011 10111 1111011 1001101 101100

Color Harmonies of #1AC422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC422

Black with #1AC422

Text Example


Text Example

White with #1AC422

Text Example


Text Example

HTML Codes & Css Web 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>