Html Css Color HEX #1AC61F Lime Green

📋 copy color: '#1AC61F'

red 26 ◦ green 198 ◦ blue 31

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

Shades of Lime Green #1AC61F

Tints of Lime Green #1AC61F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 77.65%

 BLUE value IS 31 (12.5% from 255) = 12.16%

R = 10.2%
G = 77.65%
B = 12.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#1AC61F (or 0x1AC61F) is known color: Lime Green. HEX triplet: 1A, C6 and 1F. RGB value is (26,198,31). Sum of RGB (Red+Green+Blue) = 26+198+31=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 198 (77.73% from 255 or 77.65% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 198 - color contains mainly: green. Hex color #1AC61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC61F is #E539E0. Grayscale: #808080. Windows color (decimal): -15022561 or 2082330. OLE color: 2082330.

HSL color Cylindrical-coordinate representation of color #1AC61F: hue angle of 121.74º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC61F is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 26 198 31 -
CMYK 0.87 0 0.84 0.22
HSL 121.74º 0.77% 0.44% -
HSV(B) 121.74º 0.87% 0.78% -
XYZ 20.87 40.71 8.05 -
YUV 127.53 73.52 55.58 -
System Red Green Blue C M Y K H S L
Decimal 26 198 31 0.87 0 0.84 0.22 121.74 0.77 0.44
Hex 1A C6 1F 57 0 54 16 7A 4D 2C
Octal 32 306 37 127 0 124 26 172 115 54
Binary 11010 11000110 11111 1010111 0 1010100 10110 1111010 1001101 101100

Color Harmonies of #1AC61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC61F

Black with #1AC61F

Text Example


Text Example

White with #1AC61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,198,31); }

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

background-color css

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

 a { background-color: rgb(26,198,31); }

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

border-color css

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

 span { border-color: rgb(26,198,31); }

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