Html Css Color HEX #1AC10D Lime Green

📋 copy color: '#1AC10D'

red 26 ◦ green 193 ◦ blue 13

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

Shades of Lime Green #1AC10D

Tints of Lime Green #1AC10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.6%

R = 11.21%
G = 83.19%
B = 5.6%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#1AC10D (or 0x1AC10D) is known color: Lime Green. HEX triplet: 1A, C1 and 0D. RGB value is (26,193,13). Sum of RGB (Red+Green+Blue) = 26+193+13=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 193 (75.78% from 255 or 83.19% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 193 - color contains mainly: green. Hex color #1AC10D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC10D is #E53EF2. Grayscale: #7B7B7B. Windows color (decimal): -15023859 or 901402. OLE color: 901402.

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

Color convert

RGB 26 193 13 -
CMYK 0.87 0 0.93 0.24
HSL 115.67º 0.87% 0.4% -
HSV(B) 115.67º 0.93% 0.76% -
XYZ 19.57 38.39 6.76 -
YUV 122.55 66.17 59.14 -
System Red Green Blue C M Y K H S L
Decimal 26 193 13 0.87 0 0.93 0.24 115.67 0.87 0.4
Hex 1A C1 D 57 0 5D 18 74 57 28
Octal 32 301 15 127 0 135 30 164 127 50
Binary 11010 11000001 1101 1010111 0 1011101 11000 1110100 1010111 101000

Color Harmonies of #1AC10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC10D

Black with #1AC10D

Text Example


Text Example

White with #1AC10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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