Html Css Color HEX #1AC10F Lime Green

📋 copy color: '#1AC10F'

red 26 ◦ green 193 ◦ blue 15

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

Shades of Lime Green #1AC10F

Tints of Lime Green #1AC10F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 82.48%

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

R = 11.11%
G = 82.48%
B = 6.41%

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

#1AC10F (or 0x1AC10F) is known color: Lime Green. HEX triplet: 1A, C1 and 0F. RGB value is (26,193,15). Sum of RGB (Red+Green+Blue) = 26+193+15=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 193 (75.78% from 255 or 82.48% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 193 - color contains mainly: green. Hex color #1AC10F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC10F is #E53EF0. Grayscale: #7B7B7B. Windows color (decimal): -15023857 or 1032474. OLE color: 1032474.

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

Color convert

RGB 26 193 15 -
CMYK 0.87 0 0.92 0.24
HSL 116.29º 0.86% 0.41% -
HSV(B) 116.29º 0.92% 0.76% -
XYZ 19.58 38.39 6.83 -
YUV 122.78 67.17 58.97 -
System Red Green Blue C M Y K H S L
Decimal 26 193 15 0.87 0 0.92 0.24 116.29 0.86 0.41
Hex 1A C1 F 57 0 5C 18 74 56 29
Octal 32 301 17 127 0 134 30 164 126 51
Binary 11010 11000001 1111 1010111 0 1011100 11000 1110100 1010110 101001

Color Harmonies of #1AC10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC10F

Black with #1AC10F

Text Example


Text Example

White with #1AC10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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