Html Css Color HEX #1AC222 Lime Green

📋 copy color: '#1AC222'

red 26 ◦ green 194 ◦ blue 34

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

Shades of Lime Green #1AC222

Tints of Lime Green #1AC222

RGB

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

 GREEN value IS 194 (76.17% from 255) = 76.38%

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

R = 10.24%
G = 76.38%
B = 13.39%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#1AC222 (or 0x1AC222) is known color: Lime Green. HEX triplet: 1A, C2 and 22. RGB value is (26,194,34). Sum of RGB (Red+Green+Blue) = 26+194+34=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 194 (76.17% from 255 or 76.38% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC222 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC222 is #E53DDD. Grayscale: #7D7D7D. Windows color (decimal): -15023582 or 2277914. OLE color: 2277914.

HSL color Cylindrical-coordinate representation of color #1AC222: hue angle of 122.86º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC222 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 26 194 34 -
CMYK 0.87 0 0.82 0.24
HSL 122.86º 0.76% 0.43% -
HSV(B) 122.86º 0.87% 0.76% -
XYZ 20.01 38.92 7.97 -
YUV 125.53 76.34 57.01 -
System Red Green Blue C M Y K H S L
Decimal 26 194 34 0.87 0 0.82 0.24 122.86 0.76 0.43
Hex 1A C2 22 57 0 52 18 7B 4C 2B
Octal 32 302 42 127 0 122 30 173 114 53
Binary 11010 11000010 100010 1010111 0 1010010 11000 1111011 1001100 101011

Color Harmonies of #1AC222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC222

Black with #1AC222

Text Example


Text Example

White with #1AC222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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