Html Css Color HEX #1FC41A Lime Green

📋 copy color: '#1FC41A'

red 31 ◦ green 196 ◦ blue 26

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

Shades of Lime Green #1FC41A

Tints of Lime Green #1FC41A

RGB

 RED value IS 31 (12.5% from 255) = 12.25%

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

 BLUE value IS 26 (10.55% from 255) = 10.28%

R = 12.25%
G = 77.47%
B = 10.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#1FC41A (or 0x1FC41A) is known color: Lime Green. HEX triplet: 1F, C4 and 1A. RGB value is (31,196,26). Sum of RGB (Red+Green+Blue) = 31+196+26=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 196 (76.95% from 255 or 77.47% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC41A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC41A is #E03BE5. Grayscale: #7F7F7F. Windows color (decimal): -14695398 or 1754143. OLE color: 1754143.

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

Color convert

RGB 31 196 26 -
CMYK 0.84 0 0.87 0.23
HSL 118.24º 0.77% 0.44% -
HSV(B) 118.24º 0.87% 0.77% -
XYZ 20.49 39.85 7.59 -
YUV 127.29 70.84 59.32 -
System Red Green Blue C M Y K H S L
Decimal 31 196 26 0.84 0 0.87 0.23 118.24 0.77 0.44
Hex 1F C4 1A 54 0 57 17 76 4D 2C
Octal 37 304 32 124 0 127 27 166 115 54
Binary 11111 11000100 11010 1010100 0 1010111 10111 1110110 1001101 101100

Color Harmonies of #1FC41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC41A

Black with #1FC41A

Text Example


Text Example

White with #1FC41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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