Html Css Color HEX #1FC01A Lime Green

📋 copy color: '#1FC01A'

red 31 ◦ green 192 ◦ blue 26

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

Shades of Lime Green #1FC01A

Tints of Lime Green #1FC01A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 77.11%

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

R = 12.45%
G = 77.11%
B = 10.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#1FC01A (or 0x1FC01A) is known color: Lime Green. HEX triplet: 1F, C0 and 1A. RGB value is (31,192,26). Sum of RGB (Red+Green+Blue) = 31+192+26=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 192 (75.39% from 255 or 77.11% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC01A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC01A is #E03FE5. Grayscale: #7D7D7D. Windows color (decimal): -14696422 or 1753119. OLE color: 1753119.

HSL color Cylindrical-coordinate representation of color #1FC01A: hue angle of 118.19º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FC01A is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 192 26 -
CMYK 0.84 0 0.86 0.25
HSL 118.19º 0.76% 0.43% -
HSV(B) 118.19º 0.86% 0.75% -
XYZ 19.6 38.07 7.29 -
YUV 124.94 72.16 61 -
System Red Green Blue C M Y K H S L
Decimal 31 192 26 0.84 0 0.86 0.25 118.19 0.76 0.43
Hex 1F C0 1A 54 0 56 19 76 4C 2B
Octal 37 300 32 124 0 126 31 166 114 53
Binary 11111 11000000 11010 1010100 0 1010110 11001 1110110 1001100 101011

Color Harmonies of #1FC01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC01A

Black with #1FC01A

Text Example


Text Example

White with #1FC01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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