Html Css Color HEX #1AC022 Lime Green

📋 copy color: '#1AC022'

red 26 ◦ green 192 ◦ blue 34

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

Shades of Lime Green #1AC022

Tints of Lime Green #1AC022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.49%

R = 10.32%
G = 76.19%
B = 13.49%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#1AC022 (or 0x1AC022) is known color: Lime Green. HEX triplet: 1A, C0 and 22. RGB value is (26,192,34). Sum of RGB (Red+Green+Blue) = 26+192+34=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 192 (75.39% from 255 or 76.19% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC022 is #E53FDD. Grayscale: #7C7C7C. Windows color (decimal): -15024094 or 2277402. OLE color: 2277402.

HSL color Cylindrical-coordinate representation of color #1AC022: hue angle of 122.89º 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 #1AC022 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 192 34 -
CMYK 0.86 0 0.82 0.25
HSL 122.89º 0.76% 0.43% -
HSV(B) 122.89º 0.86% 0.75% -
XYZ 19.56 38.03 7.82 -
YUV 124.35 77 57.85 -
System Red Green Blue C M Y K H S L
Decimal 26 192 34 0.86 0 0.82 0.25 122.89 0.76 0.43
Hex 1A C0 22 56 0 52 19 7B 4C 2B
Octal 32 300 42 126 0 122 31 173 114 53
Binary 11010 11000000 100010 1010110 0 1010010 11001 1111011 1001100 101011

Color Harmonies of #1AC022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC022

Black with #1AC022

Text Example


Text Example

White with #1AC022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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