Html Css Color HEX #1AC20F Lime Green

📋 copy color: '#1AC20F'

red 26 ◦ green 194 ◦ blue 15

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

Shades of Lime Green #1AC20F

Tints of Lime Green #1AC20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 11.06%
G = 82.55%
B = 6.38%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#1AC20F (or 0x1AC20F) is known color: Lime Green. HEX triplet: 1A, C2 and 0F. RGB value is (26,194,15). Sum of RGB (Red+Green+Blue) = 26+194+15=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 194 (76.17% from 255 or 82.55% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC20F is #E53DF0. Grayscale: #7B7B7B. Windows color (decimal): -15023601 or 1032730. OLE color: 1032730.

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

Color convert

RGB 26 194 15 -
CMYK 0.87 0 0.92 0.24
HSL 116.31º 0.86% 0.41% -
HSV(B) 116.31º 0.92% 0.76% -
XYZ 19.8 38.84 6.9 -
YUV 123.36 66.84 58.55 -
System Red Green Blue C M Y K H S L
Decimal 26 194 15 0.87 0 0.92 0.24 116.31 0.86 0.41
Hex 1A C2 F 57 0 5C 18 74 56 29
Octal 32 302 17 127 0 134 30 164 126 51
Binary 11010 11000010 1111 1010111 0 1011100 11000 1110100 1010110 101001

Color Harmonies of #1AC20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC20F

Black with #1AC20F

Text Example


Text Example

White with #1AC20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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