Html Css Color HEX #1AC40C Lime Green

📋 copy color: '#1AC40C'

red 26 ◦ green 196 ◦ blue 12

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

Shades of Lime Green #1AC40C

Tints of Lime Green #1AC40C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 83.76%

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 11.11%
G = 83.76%
B = 5.13%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#1AC40C (or 0x1AC40C) is known color: Lime Green. HEX triplet: 1A, C4 and 0C. RGB value is (26,196,12). Sum of RGB (Red+Green+Blue) = 26+196+12=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 196 (76.95% from 255 or 83.76% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC40C is #E53BF3. Grayscale: #7C7C7C. Windows color (decimal): -15023092 or 836634. OLE color: 836634.

HSL color Cylindrical-coordinate representation of color #1AC40C: hue angle of 115.43º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1AC40C is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 26 196 12 -
CMYK 0.87 0 0.94 0.23
HSL 115.43º 0.88% 0.41% -
HSV(B) 115.43º 0.94% 0.77% -
XYZ 20.23 39.73 6.95 -
YUV 124.19 64.68 57.96 -
System Red Green Blue C M Y K H S L
Decimal 26 196 12 0.87 0 0.94 0.23 115.43 0.88 0.41
Hex 1A C4 C 57 0 5E 17 73 58 29
Octal 32 304 14 127 0 136 27 163 130 51
Binary 11010 11000100 1100 1010111 0 1011110 10111 1110011 1011000 101001

Color Harmonies of #1AC40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC40C

Black with #1AC40C

Text Example


Text Example

White with #1AC40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,196,12); }

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

background-color css

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

 a { background-color: rgb(26,196,12); }

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

border-color css

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

 span { border-color: rgb(26,196,12); }

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